mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-01 07:40:18 -04:00
ok fine
This commit is contained in:
parent
fa159f17b1
commit
7a87c8cfdb
1 changed files with 5 additions and 4 deletions
9
loader/include/Geode/cocos/CCDirector.h
vendored
9
loader/include/Geode/cocos/CCDirector.h
vendored
|
@ -544,12 +544,13 @@ public:
|
|||
CCSize m_obResolutionInPixels;
|
||||
CC_SYNTHESIZE_READONLY_NV(TextureQuality, m_eTextureQuality, LoadedTextureQuality);
|
||||
CC_SYNTHESIZE_NV(bool, m_bDontCallWillSwitch, DontCallWillSwitch);
|
||||
#if GEODE_COMP_GD_VERSION >= 22003
|
||||
CC_SYNTHESIZE_NV(bool, m_bFastMenu, FastMenu);
|
||||
#else
|
||||
// #if GEODE_COMP_GD_VERSION >= 22003
|
||||
// this messed up binding tests and i don't really feel like figuring out why
|
||||
// CC_SYNTHESIZE_NV(bool, m_bFastMenu, FastMenu);
|
||||
// #else
|
||||
// these were just garbage memory in reclass
|
||||
void* m_unknownPtr2;
|
||||
#endif
|
||||
// #endif
|
||||
void* m_unknownPtr3;
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue