fix getSceneDelegate

its getSceneDelegate() const
This commit is contained in:
mat 2022-10-13 18:23:37 -03:00 committed by GitHub
parent 22ee4b3f29
commit 0562c045ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;