mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Fix missing looping
This commit is contained in:
parent
3436116660
commit
99f00f3898
@ -156,6 +156,8 @@ void MxWavePresenter::StartingTickle()
|
|||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ma_sound_set_looping(&m_sound, MA_TRUE);
|
||||||
|
|
||||||
SetVolume(((MxDSSound*) m_action)->GetVolume());
|
SetVolume(((MxDSSound*) m_action)->GetVolume());
|
||||||
ProgressTickleState(e_streaming);
|
ProgressTickleState(e_streaming);
|
||||||
success = TRUE;
|
success = TRUE;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user