Match EndTransition

This commit is contained in:
Christian Semmler 2023-10-04 02:48:18 -04:00
parent f2df943494
commit 0e745486f3

View File

@ -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));
}
}
}