Merge branch 'master' into ItemSearchContextMenuSearchImprovements
This commit is contained in:
@@ -937,7 +937,7 @@ void Actor::EndPlay()
|
||||
}
|
||||
|
||||
// Cleanup managed object
|
||||
DestroyManaged();
|
||||
//DestroyManaged();
|
||||
if (IsRegistered())
|
||||
UnregisterObject();
|
||||
}
|
||||
|
||||
@@ -313,7 +313,7 @@ void Script::EndPlay()
|
||||
Flags &= ~ObjectFlags::IsDuringPlay;
|
||||
|
||||
// Cleanup managed object
|
||||
DestroyManaged();
|
||||
//DestroyManaged();
|
||||
if (IsRegistered())
|
||||
UnregisterObject();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user