mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Match EndTransition
This commit is contained in:
parent
f2df943494
commit
0e745486f3
@ -55,8 +55,7 @@ void MxTransitionManager::EndTransition(MxBool p_notifyWorld)
|
||||
LegoWorld *world = GetCurrentWorld();
|
||||
|
||||
if (world) {
|
||||
MxParam p(0x18, this);
|
||||
world->Notify(p);
|
||||
world->Notify(MxParam(0x18, this));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user