fix this one function

This commit is contained in:
matcool 2023-12-27 19:24:18 -03:00
parent 8a5ff5736d
commit 2111530743

View file

@ -379,9 +379,10 @@ public:
void updateScreenScale(CCSize);
void applySmoothFix();
void createStatsLabel();
void showFPSLabel();
void toggleShowFPS(bool, gd::string, cocos2d::CCPoint);
protected:
void createStatsLabel();
protected:
CC_SYNTHESIZE_READONLY_NV(float, m_fScreenScaleFactor, ScreenScaleFactor);