From 2155d4b0d690aa490b26580273f8fc520cbd62f7 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Sat, 22 Apr 2023 11:05:50 +0300 Subject: [PATCH] add getGridSnappedPos on mac --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 082ef05c..67c8f5b7 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1263,7 +1263,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ void selectAll() = mac 0x23fd0, win 0x86c40; void selectAllWithDirection(bool left) = mac 0x24210, win 0x86d80; cocos2d::CCPoint getTouchPoint(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) = mac 0x2eb80, win 0x90620; - cocos2d::CCPoint getGridSnappedPos(cocos2d::CCPoint pos) = win 0x90550; + cocos2d::CCPoint getGridSnappedPos(cocos2d::CCPoint pos) = mac 0x20b10, win 0x90550; void onSelectBuildTab(cocos2d::CCObject* sender) = mac 0x1fb60, win 0x887f0; void onCreateButton(cocos2d::CCObject* sender) = win 0x854f0; CCMenuItemSpriteExtra* getSpriteButton(const char* sprite, cocos2d::SEL_MenuHandler callback, cocos2d::CCMenu* menu, float scale) = mac 0xb500, win 0x78bf0;