Fix MxTransitionManager::EndTransition

This commit is contained in:
Regan Green 2023-10-04 09:23:42 -04:00
parent 279b25e501
commit 493529b23b

View File

@ -47,7 +47,7 @@ void MxTransitionManager::EndTransition(MxBool p_notifyWorld)
if (m_transitionType != NOT_TRANSITIONING) {
m_transitionType = NOT_TRANSITIONING;
m_unk20.bit0 = FALSE;
m_copyFlags.bit0 = FALSE;
TickleManager()->UnregisterClient(this);