some fixes
-fix compilation on tres/tscn on MSVC -fixed theora playback performance, closes #3004
This commit is contained in:
@@ -905,7 +905,7 @@ void ResourceInteractiveLoaderBinary::open(FileAccess *p_f) {
|
||||
|
||||
error=ERR_FILE_UNRECOGNIZED;
|
||||
ERR_EXPLAIN("Unrecognized binary resource file: "+local_path);
|
||||
ERR_FAIL_V();
|
||||
ERR_FAIL();
|
||||
}
|
||||
|
||||
bool big_endian = f->get_32();
|
||||
|
||||
Reference in New Issue
Block a user