mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
fix this one function
This commit is contained in:
parent
8a5ff5736d
commit
2111530743
1 changed files with 2 additions and 1 deletions
3
loader/include/Geode/cocos/CCDirector.h
vendored
3
loader/include/Geode/cocos/CCDirector.h
vendored
|
@ -379,9 +379,10 @@ public:
|
||||||
void updateScreenScale(CCSize);
|
void updateScreenScale(CCSize);
|
||||||
|
|
||||||
void applySmoothFix();
|
void applySmoothFix();
|
||||||
void createStatsLabel();
|
|
||||||
void showFPSLabel();
|
void showFPSLabel();
|
||||||
void toggleShowFPS(bool, gd::string, cocos2d::CCPoint);
|
void toggleShowFPS(bool, gd::string, cocos2d::CCPoint);
|
||||||
|
protected:
|
||||||
|
void createStatsLabel();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
CC_SYNTHESIZE_READONLY_NV(float, m_fScreenScaleFactor, ScreenScaleFactor);
|
CC_SYNTHESIZE_READONLY_NV(float, m_fScreenScaleFactor, ScreenScaleFactor);
|
||||||
|
|
Loading…
Reference in a new issue