some fixes
-fix compilation on tres/tscn on MSVC -fixed theora playback performance, closes #3004
This commit is contained in:
parent
17a4ab992c
commit
7ba484bc74
4 changed files with 5 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue