From 0213e8b5f71f854e781c8871f95d32457bcac1d4 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Sun, 27 Nov 2022 18:48:53 -0300 Subject: [PATCH] add mac EditorUI::getSpriteButton --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 051bfeeb..2ad37ab1 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1204,7 +1204,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ cocos2d::CCPoint getTouchPoint(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) = win 0x90620; void onSelectBuildTab(cocos2d::CCObject* sender) = win 0x887f0; void onCreateButton(cocos2d::CCObject* sender) = win 0x854f0; - CCMenuItemSpriteExtra* getSpriteButton(const char* sprite, cocos2d::SEL_MenuHandler callback, cocos2d::CCMenu* menu, float scale) = win 0x78bf0; + CCMenuItemSpriteExtra* getSpriteButton(const char* sprite, cocos2d::SEL_MenuHandler callback, cocos2d::CCMenu* menu, float scale) = mac 0xb500, win 0x78bf0; cocos2d::CCPoint offsetForKey(int objID) = win 0x92310; void updateDeleteMenu() = win 0x7c5d0; void updateCreateMenu(bool updateTab) = mac 0x1e960, win 0x85530;