diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 2f8bbeba..4149adcf 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5778,7 +5778,7 @@ class UILayer : cocos2d::CCLayerColor { virtual void keyDown(cocos2d::enumKeyCodes key) = mac 0x280470, win 0x25f890; virtual void keyUp(cocos2d::enumKeyCodes key) = mac 0x280600, win 0x25fa10; UILayer() = win 0x25f230; - ~UILayer() = win 0x25fef0; + ~UILayer() = win 0x25fef0, mac 0x280c90; PAD = mac 0x16, win 0x8, android 0x8; cocos2d::CCMenu* m_checkPointMenu;