Merge branch 'master' into prepend

This commit is contained in:
Christian Semmler 2025-08-20 09:47:45 -07:00
commit 29275d8884

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