From 477070e04daa4b1fba9b4eb08905548967953f6e Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Sat, 4 Feb 2023 11:29:23 +0200 Subject: [PATCH] fix CCArray not being fully qualified in GeometryDash.bro --- bindings/GeometryDash.bro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index d23ea1ac..8298e0b9 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5373,7 +5373,7 @@ class LevelTools { static gd::string base64DecodeString(gd::string) = mac 0x294510, win 0x18b3b0; static GJGameLevel *getLevel(int, bool) = win 0x189370; static bool verifyLevelIntegrity(gd::string, int) = win 0x18b180; - static float xPosForTime(float, CCArray *, int) = win 0x18acd0; - static float timeForXPos(float, CCArray *, int) = win 0x18ae70; + static float xPosForTime(float, cocos2d::CCArray*, int) = win 0x18acd0; + static float timeForXPos(float, cocos2d::CCArray*, int) = win 0x18ae70; } // clang-format on