Missed a spot
This commit is contained in:
parent
672b5cc253
commit
62de896a76
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user