Remove tab

This commit is contained in:
Uneven Prankster 2021-09-23 14:35:46 -03:00
parent 62de896a76
commit 350afc4281

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
{