Fix member name

This commit is contained in:
Christian Semmler 2024-05-10 10:17:49 -04:00
parent 6242ba4cd9
commit 39afca73f3

View File

@ -8,12 +8,12 @@
struct LegoCameraLocation { struct LegoCameraLocation {
// SIZE 0x18 // SIZE 0x18
struct Path { struct Path {
const char* m_name; // 0x00 const char* m_name; // 0x00
MxS32 m_src; // 0x04 MxS32 m_src; // 0x04
float m_srcScale; // 0x08 float m_srcScale; // 0x08
MxS32 m_dest; // 0x0c MxS32 m_dest; // 0x0c
float m_destScale; // 0x10 float m_destScale; // 0x10
undefined4 m_unk0x0x10; // 0x14 undefined4 m_unk0x10; // 0x14
}; };
MxU32 m_index; // 0x00 MxU32 m_index; // 0x00