From 6e73cb16f4864281f28279c7979b8ddb6b7152a1 Mon Sep 17 00:00:00 2001 From: camila314 <47485054+camila314@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:52:33 -0500 Subject: [PATCH] fix mac address --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 4efc41c4..e9f00005 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -746,7 +746,7 @@ class ColorSelectLiveOverlay : FLAlertLayer { } class ColorSelectPopup : FLAlertLayer, cocos2d::extension::ColorPickerDelegate, TextInputDelegate, GJSpecialColorSelectDelegate { - virtual void colorValueChanged(cocos2d::ccColor3B color) = mac 0x423520, win 0x46ee0; + virtual void colorValueChanged(cocos2d::ccColor3B color) = mac 0x423320, win 0x46ee0; ColorSelectPopup() {} bool init(EffectGameObject* triggerObj, cocos2d::CCArray* triggerObjs, ColorAction* colorAction) = mac 0x41ee70, win 0x43ae0; void updateColorValue() = win 0x46f30;