mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Simplified some code by removing an unnecessary/useless optimization.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user