mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
fix GooglePlayManager::sharedState addr
This commit is contained in:
parent
2f2f12fc6b
commit
7771323508
1 changed files with 1 additions and 1 deletions
|
@ -2591,7 +2591,7 @@ class GooglePlayDelegate {
|
|||
class GooglePlayManager : cocos2d::CCNode {
|
||||
virtual bool init() = win 0x11070;
|
||||
|
||||
static GooglePlayManager *sharedState() = win 0x4295a0;
|
||||
static GooglePlayManager* sharedState() = win 0x295a0;
|
||||
}
|
||||
|
||||
class GameLevelManager : cocos2d::CCNode {
|
||||
|
|
Loading…
Reference in a new issue