mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 07:48:58 +00:00
Merge pull request #804 from chkr-private/sortorder-fixes
EMI: invalidate sortorder after changing attached actors
This commit is contained in:
commit
15b86a20c3
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user