Implement/match remaining LegoHideAnimPresenter functions (#923)

* Implement/match remaining LegoHideAnimPresenter functions

* Fix type

* Fix marker

* Fix type
This commit is contained in:
Christian Semmler
2024-05-14 14:50:37 -04:00
committed by GitHub
parent e4a899350e
commit 29a0e32739
6 changed files with 188 additions and 22 deletions

View File

@@ -43,6 +43,16 @@ public:
inline Mx4DPointFloat* GetEdgeNormal(int index) { return &m_edgeNormals[index]; }
inline LegoChar* GetName() { return m_name; }
inline void SetFlag0x10(LegoU32 p_disable)
{
if (p_disable) {
m_flags &= ~c_bit5;
}
else {
m_flags |= c_bit5;
}
}
// SYNTHETIC: LEGO1 0x1009a7e0
// LegoWEGEdge::`scalar deleting destructor'