From 7771323508ba4ecbe5301617185bb75c1e740957 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Sun, 19 Feb 2023 17:54:10 -0300 Subject: [PATCH] fix GooglePlayManager::sharedState addr --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 8ad0df7d..7ce40dcf 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -2591,7 +2591,7 @@ class GooglePlayDelegate { class GooglePlayManager : cocos2d::CCNode { virtual bool init() = win 0x11070; - static GooglePlayManager *sharedState() = win 0x4295a0; + static GooglePlayManager* sharedState() = win 0x295a0; } class GameLevelManager : cocos2d::CCNode {