(cherry picked from commit 07b40c02fe
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
9103426898
commit
85a4308741
@@ -714,7 +714,7 @@ void ScriptInstance::LoadOnStack(ScriptData *data)
|
||||
{
|
||||
ScriptObject::ActiveInstance active(this);
|
||||
|
||||
if (data == nullptr) return;
|
||||
if (this->IsDead() || data == nullptr) return;
|
||||
|
||||
HSQUIRRELVM vm = this->engine->GetVM();
|
||||
|
||||
|
Reference in New Issue
Block a user