From 381e0ec43ac7c31e687b0eaafeb807ce252308fc Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Sat, 30 Sep 2023 08:13:54 +0300 Subject: [PATCH] uilayer --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;