Missed a spot

This commit is contained in:
Uneven Prankster 2021-09-23 14:27:46 -03:00
parent 672b5cc253
commit 62de896a76

View File

@ -1779,7 +1779,7 @@ void UpdateMusicStream(Music music)
{
StopMusicStream(music); // Stop music (and reset)
if (music.looping) PlayMusicStream(music); // Play again
if (music.loopPoint != 0.0f) SeekMusicStream(music, music.loopPoint) // Skip to loop point
if (music.loopPoint != 0.0f) SeekMusicStream(music, music.loopPoint); // Skip to loop point
}
else
{