From 5d86a25f4d04b21559f0d4edbd4e70dc01ea6685 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 19 Oct 2015 18:47:49 -0300 Subject: -some fixes to where screen is read from rasterizer -fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping --- drivers/vorbis/audio_stream_ogg_vorbis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/vorbis/audio_stream_ogg_vorbis.cpp') diff --git a/drivers/vorbis/audio_stream_ogg_vorbis.cpp b/drivers/vorbis/audio_stream_ogg_vorbis.cpp index ca055c8b62..8c1c05006f 100644 --- a/drivers/vorbis/audio_stream_ogg_vorbis.cpp +++ b/drivers/vorbis/audio_stream_ogg_vorbis.cpp @@ -361,7 +361,7 @@ void AudioStreamPlaybackOGGVorbis::_clear_stream() { _close_file(); stream_loaded=false; - stream_channels=1; + //stream_channels=1; playing=false; } -- cgit v1.2.3