We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a33c6 commit 33538ffCopy full SHA for 33538ff
Entities/MovableObject.cpp
@@ -549,8 +549,6 @@ void MovableObject::DestroyScriptState() {
549
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
550
551
void MovableObject::Destroy(bool notInherited) {
552
- RTEAssert(m_ScriptObjectName.empty(), "Destroying an MO that still has a script state!");
553
-
554
g_MovableMan.UnregisterObject(this);
555
if (!notInherited) {
556
SceneObject::Destroy();
0 commit comments