Skip to content

Commit 40c172e

Browse files
swap onUIPOptions and onUIOptions addresses on imac
from ery
1 parent b55c9bb commit 40c172e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/2.2081/GeometryDash.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6666,8 +6666,8 @@ class GameOptionsLayer : GJOptionsLayer {
66666666

66676667
bool init(GJBaseGameLayer* baseGameLayer) = win inline, imac 0x2b10b0, m1 0x24f210, ios 0x2e15ec;
66686668
void onPracticeMusicSync(cocos2d::CCObject* sender) = win 0x2a0270, imac 0x2b1800, m1 0x24f9c0, ios 0x2e1d48;
6669-
void onUIOptions(cocos2d::CCObject* sender) = win 0x2a03f0, imac 0x2b18a0, m1 0x24f92c, ios 0x2e1cb4;
6670-
void onUIPOptions(cocos2d::CCObject* sender) = win 0x2a0410, imac 0x2b1880, m1 0x24f9a0, ios 0x2e1d28;
6669+
void onUIOptions(cocos2d::CCObject* sender) = win 0x2a03f0, imac 0x2b1880, m1 0x24f92c, ios 0x2e1cb4;
6670+
void onUIPOptions(cocos2d::CCObject* sender) = win 0x2a0410, imac 0x2b18a0, m1 0x24f9a0, ios 0x2e1d28;
66716671
void showPracticeMusicSyncUnlockInfo() = win 0x29fa10, imac 0x2b1900, m1 0x24fa2c, ios 0x2e1d64;
66726672

66736673
GJBaseGameLayer* m_baseGameLayer;

0 commit comments

Comments
 (0)