From 385897c08e4aff7506c73569b0b053be8737ea67 Mon Sep 17 00:00:00 2001 From: Capeling <113705504+Capeling@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:17:10 +1030 Subject: [PATCH] Update GeometryDash.bro changed artistForAudio into an int, since thats what it is --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 155df79a..052c192c 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5972,7 +5972,7 @@ class LevelTools { static float timeForXPos(float, cocos2d::CCArray*, int) = mac 0x293eb0, win 0x18ae70; static gd::string getAudioFileName(int) = mac 0x292840, win 0x189fa0; static gd::string getAudioTitle(int) = mac 0x2922f0, win 0x189c60; - static gd::string artistForAudio(int) = mac 0x292d90; + static int artistForAudio(int) = mac 0x292d90, win 0x18A2D0; static gd::string urlForAudio(int) = mac 0x292f10, win 0x18a4a0; static gd::string nameForArtist(int) = win 0x18A3A0; static gd::string ngURLForArtist(int) = win 0x18A7C0;