mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Remove unnecessary internal constructor arguments.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace graphics
|
||||
|
||||
love::Type Text::type("Text", &Drawable::type);
|
||||
|
||||
Text::Text(Graphics *gfx, Font *font, const std::vector<Font::ColoredString> &text)
|
||||
Text::Text(Font *font, const std::vector<Font::ColoredString> &text)
|
||||
: font(font)
|
||||
, vertexAttributes(Font::vertexFormat, 0)
|
||||
, vbo(nullptr)
|
||||
|
||||
Reference in New Issue
Block a user