mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Remove unnecessary internal constructor arguments.
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
static love::Type type;
|
||||
|
||||
Text(Graphics *gfx, Font *font, const std::vector<Font::ColoredString> &text = {});
|
||||
Text(Font *font, const std::vector<Font::ColoredString> &text = {});
|
||||
virtual ~Text();
|
||||
|
||||
void set(const std::vector<Font::ColoredString> &text);
|
||||
|
||||
Reference in New Issue
Block a user