Rename internal batched draw code to be more clear

This commit is contained in:
Alex Szpakowski
2020-02-27 20:08:50 -04:00
parent 20e7b1745c
commit 9425c9224b
15 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ void Text::draw(Graphics *gfx, const Matrix4 &m)
if (vertex_buffer == nullptr || draw_commands.empty())
return;
gfx->flushStreamDraws();
gfx->flushBatchedDraws();
if (Shader::isDefaultActive())
Shader::attachDefault(Shader::STANDARD_DEFAULT);