Skip to content

Commit 74119c5

Browse files
authored
ShardsPage::onClose,onSwitchPage win (geode-sdk#1020)
1 parent 9201bef commit 74119c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22311,9 +22311,9 @@ class ShardsPage : FLAlertLayer {
2231122311

2231222312
void FLAlert_Clicked(FLAlertLayer*, bool);
2231322313
void goToPage(int) = imac 0x4b4480, m1 0x41c6d8;
22314-
void onClose(cocos2d::CCObject* sender);
22314+
void onClose(cocos2d::CCObject* sender) = win 0x84620;
2231522315
void onIconInfo(cocos2d::CCObject* sender) = win 0x474610, imac 0x4b4410, m1 0x41c660;
22316-
void onSwitchPage(cocos2d::CCObject* sender);
22316+
void onSwitchPage(cocos2d::CCObject* sender) = win 0x474650;
2231722317

2231822318
cocos2d::CCDictionary* m_pages;
2231922319
CCMenuItemSpriteExtra* m_prevButton;

0 commit comments

Comments
 (0)