Simplified some code by removing an unnecessary/useless optimization.

This commit is contained in:
Alex Szpakowski
2015-11-02 03:28:31 -04:00
parent 389b91cf6f
commit 46daf9dd15
4 changed files with 48 additions and 79 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ private:
StrongRef<Font> font;
GLBuffer *vbo;
Font::DrawCommands draw_commands;
std::vector<Font::DrawCommand> draw_commands;
std::vector<TextData> text_data;
Font::TextInfo text_info;