Skip to content

Commit

Permalink
processSelectObjects mac binding
Browse files Browse the repository at this point in the history
  • Loading branch information
CattoDev authored Oct 14, 2023
1 parent 2b4825a commit 4ec869e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ
void repositionObjectsToCenter(cocos2d::CCArray* objs, cocos2d::CCPoint center, bool ignoreGroupParent) = mac 0x1fcd0, win 0x88410;
virtual void draw() = win 0x8fbe0;
float valueFromXPos(float val) = win 0x78e30, mac 0x1c810;
void processSelectObjects(cocos2d::CCArray*) = win 0x86f70;
void processSelectObjects(cocos2d::CCArray*) = win 0x86f70, mac 0x24110;

bool m_isPlayingMusic;
EditButtonBar* m_buttonBar;
Expand Down

0 comments on commit 4ec869e

Please sign in to comment.