From f3f798c988deca4b044ab570bf4f458760cc4dfa Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:00:15 -0500 Subject: [PATCH] fix clang format --- LEGO1/legoomni.cpp | 2 +- LEGO1/legoomni.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/legoomni.cpp b/LEGO1/legoomni.cpp index 8c80bbd6..cb130587 100644 --- a/LEGO1/legoomni.cpp +++ b/LEGO1/legoomni.cpp @@ -19,9 +19,9 @@ #include "mxdsfile.h" #include "mxomnicreateflags.h" #include "mxomnicreateparam.h" -#include "mxunknown100dbdbc.h" #include "mxticklemanager.h" #include "mxtransitionmanager.h" +#include "mxunknown100dbdbc.h" DECOMP_SIZE_ASSERT(LegoWorldList, 0x18); diff --git a/LEGO1/legoomni.h b/LEGO1/legoomni.h index 4faffb8e..69f6964a 100644 --- a/LEGO1/legoomni.h +++ b/LEGO1/legoomni.h @@ -117,7 +117,7 @@ class LegoOmni : public MxOmni { private: undefined4* m_unk0x68; // 0x68 - MxUnknown100dbdbc* m_renderMgr; // 0x6c + MxUnknown100dbdbc* m_renderMgr; // 0x6c LegoInputManager* m_inputMgr; // 0x70 GifManager* m_gifManager; // 0x74 LegoWorldList* m_worldList; // 0x78