Skip to content

Commit

Permalink
fix this one function
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Dec 27, 2023
1 parent 8a5ff57 commit 2111530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loader/include/Geode/cocos/CCDirector.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,10 @@ class CC_DLL CCDirector : public CCObject, public TypeInfo
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);
Expand Down

0 comments on commit 2111530

Please sign in to comment.