mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
fix getSceneDelegate
its getSceneDelegate() const
This commit is contained in:
parent
22ee4b3f29
commit
0562c045ae
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ protected:
|
|||
CCDirectorDelegate *m_pProjectionDelegate;
|
||||
|
||||
RT_ADD(
|
||||
CC_PROPERTY(CCSceneDelegate*, m_pAppDelegate, SceneDelegate);
|
||||
CC_SYNTHESIZE(CCSceneDelegate*, m_pAppDelegate, SceneDelegate);
|
||||
CCSize m_obScaleFactor;
|
||||
CCSize m_obResolutionInPixels;
|
||||
TextureQuality m_eTextureQuality;
|
||||
|
|
Loading…
Add table
Reference in a new issue