From 7ba484bc7499a58635cc061b318d003c5f8c371f Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 6 Dec 2015 20:22:45 -0300 Subject: some fixes -fix compilation on tres/tscn on MSVC -fixed theora playback performance, closes #3004 --- core/io/resource_format_binary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/io/resource_format_binary.cpp') diff --git a/core/io/resource_format_binary.cpp b/core/io/resource_format_binary.cpp index 1a0552e8d..4cd3cd595 100644 --- a/core/io/resource_format_binary.cpp +++ b/core/io/resource_format_binary.cpp @@ -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(); -- cgit v1.2.3-70-g09d2