mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 08:11:16 +00:00
Add correct address for destructor
This commit is contained in:
parent
6ad275f9b5
commit
a5fc03eb6d
@ -26,7 +26,8 @@ class MxActionNotificationParam : public MxNotificationParam
|
||||
this->m_action->SetUnknown24(oldAction->GetUnknown24());
|
||||
}
|
||||
|
||||
inline virtual MxActionNotificationParam::~MxActionNotificationParam() override // 0x100511e0
|
||||
// OFFSET: LEGO1 0x10051050
|
||||
inline virtual MxActionNotificationParam::~MxActionNotificationParam() override
|
||||
{
|
||||
if (!this->m_realloc)
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user