Merge pull request #804 from chkr-private/sortorder-fixes

EMI: invalidate sortorder after changing attached actors
This commit is contained in:
Christian Krause 2013-12-29 05:42:46 -08:00
commit 15b86a20c3

View File

@ -934,6 +934,8 @@ void Lua_V2::DetachActor() {
warning("Lua_V2::DetachActor: detaching %s from parent actor", attached->getName().c_str());
attached->detach();
g_emi->invalidateSortOrder();
}
void Lua_V2::WalkActorToAvoiding() {