Merge branch 'isledecomp:master' into input

This commit is contained in:
VoxelTek 2025-08-20 09:42:12 +10:00 committed by GitHub
commit ce551deb46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -287,6 +287,10 @@ MxResult MxBackgroundAudioManager::PlayMusic(
m_tickleState = p_tickleState;
m_speed = p_speed;
}
else {
m_action2.SetAtomId(MxAtomId());
m_action2.SetObjectId(-1);
}
return result;
}