mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
fix GJAccountManager on android
This commit is contained in:
parent
a0deb6ab96
commit
a50b48791e
1 changed files with 1 additions and 1 deletions
|
@ -1884,7 +1884,7 @@ class GJAccountManager : cocos2d::CCNode {
|
|||
}
|
||||
gd::string getGJP() = mac 0x89520, win 0x10abb0;
|
||||
|
||||
PAD = mac 0x8, win 0x4;
|
||||
PAD = mac 0x8, win 0x4, android 0x4;
|
||||
gd::string m_password;
|
||||
gd::string m_username;
|
||||
int m_accountID;
|
||||
|
|
Loading…
Reference in a new issue