Skip to content

Commit

Permalink
EditorUI::onUpdateDeleteFilter (#943)
Browse files Browse the repository at this point in the history
* add windows EditorUI::onUpdateDeleteFilter

* add MacOS EditorUI::onUpdateDeleteFilter

* Fix imac bindings, remove trailing 0s
  • Loading branch information
rgc-exists authored Mar 8, 2025
1 parent 6324e1a commit 55554e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -4767,7 +4767,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ
void onToggleGuide(EffectGameObject*);
TodoReturn onToggleSelectedOrder(EffectGameObject*);
void onUngroupSticky(cocos2d::CCObject* sender) = win 0x111130, m1 0xe318, imac 0xcfc0;
void onUpdateDeleteFilter(cocos2d::CCObject* sender);
void onUpdateDeleteFilter(cocos2d::CCObject* sender) = win 0xe5e30, m1 0x31900, imac 0x32290;
void orderDownCustomItem(cocos2d::CCObject*);
void orderUpCustomItem(cocos2d::CCObject*);
cocos2d::CCArray* pasteObjects(gd::string, bool, bool) = win 0x111d10, m1 0x35f00, imac 0x3ac10;
Expand Down

0 comments on commit 55554e5

Please sign in to comment.