mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Fix delete in legoanimmmpresenter.cpp (#1504)
This commit is contained in:
@@ -44,7 +44,7 @@ LegoAnimMMPresenter::~LegoAnimMMPresenter()
|
|||||||
VideoManager()->UnregisterPresenter(*this);
|
VideoManager()->UnregisterPresenter(*this);
|
||||||
}
|
}
|
||||||
|
|
||||||
delete m_unk0x68;
|
delete[] m_unk0x68;
|
||||||
|
|
||||||
NotificationManager()->Unregister(this);
|
NotificationManager()->Unregister(this);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user