Implement/match LegoPathBoundary::Intersect (#937)

This commit is contained in:
Christian Semmler
2024-05-19 11:24:09 -04:00
committed by GitHub
parent d106aada11
commit 23cc82c532
5 changed files with 154 additions and 4 deletions

View File

@@ -8,5 +8,5 @@ LegoUnknown100db7f4::LegoUnknown100db7f4()
{
m_flags = 0;
m_unk0x28.Clear();
m_unk0x3c = 0;
m_unk0x3c = 0.0f;
}

View File

@@ -59,7 +59,7 @@ public:
LegoU16 m_flags; // 0x24
Mx3DPointFloat m_unk0x28; // 0x28
LegoU32 m_unk0x3c; // 0x3c
float m_unk0x3c; // 0x3c
};
#endif // __LEGOUNKNOWN100DB7F4_H

View File

@@ -62,7 +62,7 @@ public:
friend class LegoPathController;
private:
protected:
LegoU8 m_flags; // 0x0c
LegoU8 m_unk0x0d; // 0x0d
LegoChar* m_name; // 0x10