mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-23 03:15:58 -04:00
fix MenuLayer::node not being static
This commit is contained in:
parent
3278a1ff49
commit
f6d2029280
1 changed files with 1 additions and 1 deletions
|
@ -3943,7 +3943,7 @@ class MenuLayer : cocos2d::CCLayer, FLAlertLayerProtocol, GooglePlayDelegate {
|
|||
void onTwitter(cocos2d::CCObject*) = win 0x191980;
|
||||
void onYouTube(cocos2d::CCObject*) = win 0x1919A0;
|
||||
static cocos2d::CCScene* scene(bool) = mac 0x1d12d0, win 0x190720, ios 0x19e57c;
|
||||
MenuLayer* node() = win 0x190550;
|
||||
static MenuLayer* node() = win 0x190550;
|
||||
|
||||
cocos2d::CCSprite* m_googlePlaySprite;
|
||||
cocos2d::CCSprite* m_viewProfileInfoText;
|
||||
|
|
Loading…
Reference in a new issue