Fix PAD in GJGarageLayer ()

This commit is contained in:
nef 2023-10-22 15:16:29 +02:00 committed by GitHub
parent 836307c9ff
commit 043e5a0a2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;