mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 01:01:00 -04:00
funny virtual warning
This commit is contained in:
parent
69ac464960
commit
944ab383b4
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ namespace geode {
|
|||
size_t getMaxLines();
|
||||
void setWidth(const float width);
|
||||
float getWidth();
|
||||
void setScale(const float scale);
|
||||
float getScale();
|
||||
void setScale(const float scale) override;
|
||||
float getScale() override;
|
||||
void setLinePadding(const float padding);
|
||||
float getLinePadding();
|
||||
std::vector<cocos2d::CCLabelBMFont*> getLines();
|
||||
|
|
Loading…
Add table
Reference in a new issue