aboutsummaryrefslogtreecommitdiff
path: root/core/io/resource_format_binary.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-12-07 11:51:01 -0300
committerJuan Linietsky2015-12-07 11:51:01 -0300
commit5e2f327d4beadf98fa9f2af30882e18fb817249a (patch)
treeecd10e0eb530e823694e65a18bff1d178e4c3ff3 /core/io/resource_format_binary.cpp
parent8bdf2be4a6193252ebbfd44c6f7e8a295b015cd9 (diff)
parent7ba484bc7499a58635cc061b318d003c5f8c371f (diff)
downloadgodot-5e2f327d4beadf98fa9f2af30882e18fb817249a.tar.gz
godot-5e2f327d4beadf98fa9f2af30882e18fb817249a.tar.zst
godot-5e2f327d4beadf98fa9f2af30882e18fb817249a.zip
Merge branch 'master' of https://github.com/godotengine/godot
Diffstat (limited to 'core/io/resource_format_binary.cpp')
-rw-r--r--core/io/resource_format_binary.cpp2
1 files changed, 1 insertions, 1 deletions
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();