Fix missing looping

This commit is contained in:
Christian Semmler 2024-06-08 12:28:13 -04:00
parent 3436116660
commit 99f00f3898

View File

@ -156,6 +156,8 @@ void MxWavePresenter::StartingTickle()
goto done;
}
ma_sound_set_looping(&m_sound, MA_TRUE);
SetVolume(((MxDSSound*) m_action)->GetVolume());
ProgressTickleState(e_streaming);
success = TRUE;