From 39afca73f32e965aa414707fec9f3259c0409a45 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 10 May 2024 10:17:49 -0400 Subject: [PATCH] Fix member name --- LEGO1/lego/legoomni/include/legocameralocations.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legocameralocations.h b/LEGO1/lego/legoomni/include/legocameralocations.h index fb8900d7..bf6608fd 100644 --- a/LEGO1/lego/legoomni/include/legocameralocations.h +++ b/LEGO1/lego/legoomni/include/legocameralocations.h @@ -8,12 +8,12 @@ struct LegoCameraLocation { // SIZE 0x18 struct Path { - const char* m_name; // 0x00 - MxS32 m_src; // 0x04 - float m_srcScale; // 0x08 - MxS32 m_dest; // 0x0c - float m_destScale; // 0x10 - undefined4 m_unk0x0x10; // 0x14 + const char* m_name; // 0x00 + MxS32 m_src; // 0x04 + float m_srcScale; // 0x08 + MxS32 m_dest; // 0x0c + float m_destScale; // 0x10 + undefined4 m_unk0x10; // 0x14 }; MxU32 m_index; // 0x00