mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 01:01:00 -04:00
Fix PAD in GJGarageLayer (#312)
This commit is contained in:
parent
836307c9ff
commit
043e5a0a2e
1 changed files with 1 additions and 1 deletions
|
@ -2479,7 +2479,7 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol,
|
|||
void setupColorSelect() = mac 0x1b7500;
|
||||
void showCircleWave() = win 0x12aad0;
|
||||
void showBlackCircleWave() = win 0x12a9d0;
|
||||
PAD = mac 0x10, win 0x8;
|
||||
PAD = mac 0x10, win 0x4;
|
||||
CCTextInputNode* m_nameInput;
|
||||
SimplePlayer* m_playerPreview;
|
||||
PAD = mac 0x10, win 0x8;
|
||||
|
|
Loading…
Add table
Reference in a new issue