mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -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 applySmoothFix();
|
||||
void createStatsLabel();
|
||||
void showFPSLabel();
|
||||
void toggleShowFPS(bool, gd::string, cocos2d::CCPoint);
|
||||
protected:
|
||||
void createStatsLabel();
|
||||
|
||||
protected:
|
||||
CC_SYNTHESIZE_READONLY_NV(float, m_fScreenScaleFactor, ScreenScaleFactor);
|
||||
|
|
Loading…
Reference in a new issue