mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
fix m_updateTimeMarkers
This commit is contained in:
parent
794dded30f
commit
a7e2ece0ca
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue