funny virtual warning

This commit is contained in:
altalk23 2023-10-15 17:48:40 +03:00
parent 69ac464960
commit 944ab383b4

View file

@ -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();