Implement/match LegoPathActor::UpdatePlane (#1133)

This commit is contained in:
Christian Semmler
2024-11-03 11:28:35 -07:00
committed by GitHub
parent d8412a4697
commit 1badadebaa
3 changed files with 11 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ public:
Mx4DPointFloat* GetEdgeNormal(int index) { return &m_edgeNormals[index]; }
// FUNCTION: BETA10 0x1001c9b0
LegoChar* GetName() { return m_name; }
const LegoChar* GetName() { return m_name; }
void SetFlag0x10(LegoU32 p_disable)
{