Browse Source

compile thing

Ariel Manzur 9 năm trước cách đây
mục cha
commit
6c3c20fc35
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/theora/video_stream_theora.cpp

+ 1 - 1
drivers/theora/video_stream_theora.cpp

@@ -642,7 +642,7 @@ void VideoStreamPlaybackTheora::update(float p_delta) {
 			}
 		}
 #ifdef THEORA_USE_THREAD_STREAMING
-		if (file && thread_eof && && (no_vorbis || no_theora) && ring_buffer.data_left()==0) {
+		if (file && thread_eof && (no_vorbis || no_theora) && ring_buffer.data_left()==0) {
 #else
 		if (file && /*!videobuf_ready && */ (no_vorbis || no_theora) && file->eof_reached()) {
 #endif