parent
a779774c86
commit
5765154ff2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void AudioStreamPlaybackOGGVorbis::_mix_internal(AudioFrame *p_buffer, int p_fra
|
|||
|
||||
if (todo) {
|
||||
//end of file!
|
||||
if (vorbis_stream->loop) {
|
||||
if (vorbis_stream->loop && mixed > 0) {
|
||||
//loop
|
||||
seek(vorbis_stream->loop_offset);
|
||||
loops++;
|
||||
|
|
Loading…
Reference in a new issue