some fixes

-fix compilation on tres/tscn on MSVC
-fixed theora playback performance, closes #3004
This commit is contained in:
Juan Linietsky
2015-12-06 20:22:45 -03:00
parent 17a4ab992c
commit 7ba484bc74
4 changed files with 5 additions and 6 deletions

View File

@@ -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();