mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 11:32:51 -05:00
compile thing
This commit is contained in:
parent
fb01d18251
commit
6c3c20fc35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue