implement LegoModelPresenter::Destroy (#428)

* LegoModelPresenter::Destroy

* remove debug print

* Update legomodelpresenter.cpp
This commit is contained in:
Misha
2024-01-12 17:30:50 -05:00
committed by GitHub
parent 3c0bf7191c
commit eac096036a
2 changed files with 13 additions and 2 deletions

View File

@@ -28,6 +28,10 @@ public:
protected:
void Destroy(MxBool p_fromDestructor);
private:
undefined4 m_unk0x64; // 0x64
MxBool m_addedToView; // 0x68
};
#endif // LEGOMODELPRESENTER_H