From 33a91d67bccf5fc57b5f41c2fb96ff71efee684a Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Sun, 26 Feb 2023 21:08:21 +0200 Subject: [PATCH] fix EditorPauseLayer size --- bindings/GeometryDash.bro | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 934303a68..956eb8951 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1159,7 +1159,6 @@ class EditorPauseLayer : CCBlockLayer, FLAlertLayerProtocol { void onSong(cocos2d::CCObject*) = win 0x74e70, mac 0x13e470; bool m_saved; - PAD = mac 0x4, win 0x4; CCMenuItemSpriteExtra* m_guidelinesOffButton; CCMenuItemSpriteExtra* m_guidelinesOnButton; LevelEditorLayer* m_editorLayer;