parent
a779774c86
commit
5765154ff2
|
@ -57,7 +57,7 @@ void AudioStreamPlaybackOGGVorbis::_mix_internal(AudioFrame *p_buffer, int p_fra
|
||||||
|
|
||||||
if (todo) {
|
if (todo) {
|
||||||
//end of file!
|
//end of file!
|
||||||
if (vorbis_stream->loop) {
|
if (vorbis_stream->loop && mixed > 0) {
|
||||||
//loop
|
//loop
|
||||||
seek(vorbis_stream->loop_offset);
|
seek(vorbis_stream->loop_offset);
|
||||||
loops++;
|
loops++;
|
||||||
|
|
Loading…
Reference in New Issue