From 9694b35d774e133ec517ca0d4f6dab281e5dcebe Mon Sep 17 00:00:00 2001 From: nef <83908932+not-nef@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:59:33 +0200 Subject: [PATCH] Fix FLAlertLayer m_scrollingLayer not being a ScrollingLayer --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 9f529127..62e507a9 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1746,7 +1746,7 @@ class FLAlertLayer : cocos2d::CCLayerColor { cocos2d::ccColor3B m_color2; ButtonSprite* m_button1; ButtonSprite* m_button2; - cocos2d::CCLayerColor* m_scrollingLayer; + ScrollingLayer* m_scrollingLayer; int m_joystickConnected; bool m_containsBorder; bool m_noAction;