Update legoentitypresenter.h

This commit is contained in:
Misha 2023-12-26 13:55:29 -05:00
parent 8b2f8e5f7f
commit 2edaebf82f
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -36,7 +36,7 @@ class LegoEntityPresenter : public MxCompositePresenter {
private: private:
void Destroy(MxBool p_fromDestructor); void Destroy(MxBool p_fromDestructor);
LegoEntity* m_objectBackend; LegoEntity* m_objectBackend; // 0x4c
}; };
#endif // LEGOENTITYPRESENTER_H #endif // LEGOENTITYPRESENTER_H