From 043e5a0a2ee4ac2de56f6b66a99b3dc4ef27c360 Mon Sep 17 00:00:00 2001
From: nef <83908932+not-nef@users.noreply.github.com>
Date: Sun, 22 Oct 2023 15:16:29 +0200
Subject: [PATCH] Fix PAD in GJGarageLayer (#312)

---
 bindings/GeometryDash.bro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro
index 1542452e..701d1813 100644
--- a/bindings/GeometryDash.bro
+++ b/bindings/GeometryDash.bro
@@ -2479,7 +2479,7 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol,
     void setupColorSelect() = mac 0x1b7500;
     void showCircleWave() = win 0x12aad0;
     void showBlackCircleWave() = win 0x12a9d0; 
-    PAD = mac 0x10, win 0x8;
+    PAD = mac 0x10, win 0x4;
     CCTextInputNode* m_nameInput;
     SimplePlayer* m_playerPreview;
     PAD = mac 0x10, win 0x8;