You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Changed some code showed in LGTM and Coverage
This commit is contained in:
@@ -712,8 +712,8 @@ Error ResourceInteractiveLoaderBinary::poll() {
|
||||
if (!obj) {
|
||||
error = ERR_FILE_CORRUPT;
|
||||
ERR_EXPLAIN(local_path + ":Resource of unrecognized type in file: " + t);
|
||||
ERR_FAIL_V(ERR_FILE_CORRUPT);
|
||||
}
|
||||
ERR_FAIL_COND_V(!obj, ERR_FILE_CORRUPT);
|
||||
|
||||
Resource *r = Object::cast_to<Resource>(obj);
|
||||
if (!r) {
|
||||
|
||||
Reference in New Issue
Block a user