From a7e2ece0ca6e60fb76d3737f49d6cabbaad5aa59 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:55:30 +0300 Subject: [PATCH] fix m_updateTimeMarkers --- bindings/GeometryDash.bro | 3 ++- loader/test/members/MacOS.cpp | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index ce03576c..91e489e1 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1447,8 +1447,9 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ PAD = mac 0x2, win 0x2, android 0x2; bool m_freeMoveEnabled; bool m_unkSwipeRelated; - PAD = mac 0xa, win 0xa, android 0x9; + PAD = mac 0x2, win 0x2, android 0x2; bool m_updateTimeMarkers; + PAD = mac 0x8, win 0x8, android 0x2; cocos2d::CCArray* m_unknownArray2; PAD = mac 0x8, win 0x8, android 0x8; cocos2d::CCArray* m_selectedObjects; diff --git a/loader/test/members/MacOS.cpp b/loader/test/members/MacOS.cpp index 483c2d9f..befcbe6d 100644 --- a/loader/test/members/MacOS.cpp +++ b/loader/test/members/MacOS.cpp @@ -11,6 +11,10 @@ GEODE_MEMBER_CHECK(PlayerObject, m_playerColor1, 0x7c2); // EditorUI GEODE_MEMBER_CHECK(EditorUI, m_buttonBar, 0x1a0); +GEODE_MEMBER_CHECK(EditorUI, m_scaleControl, 0x208); +GEODE_MEMBER_CHECK(EditorUI, m_swipeEnabled, 0x23c); +GEODE_MEMBER_CHECK(EditorUI, m_updateTimeMarkers, 0x244); +GEODE_MEMBER_CHECK(EditorUI, m_selectedObjects, 0x260); GEODE_MEMBER_CHECK(EditorUI, m_selectedObject, 0x440); // LevelEditorLayer