Merge remote-tracking branch 'isle/master'

This commit is contained in:
Christian Semmler 2025-05-30 17:33:33 -07:00
commit 3eba4fce12
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -95,7 +95,9 @@ MxResult MxTransitionManager::StartTransition(
MxBool p_playMusicInAnim
)
{
#ifdef BETA10
assert(m_mode == e_idle);
#endif
if (m_mode == e_idle) {
if (!p_playMusicInAnim) {