mirror of
https://github.com/godotengine/godot.git
synced 2025-01-19 00:11:19 +00:00
parent
a779774c86
commit
5765154ff2
@ -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 New Issue
Block a user