1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Fix resource dependence renaming.

This commit is contained in:
bruvzg
2022-05-02 16:37:50 +03:00
parent dd06cb90c5
commit 7b18c35ab2
2 changed files with 19 additions and 14 deletions

View File

@@ -1287,6 +1287,7 @@ Error ResourceFormatLoaderBinary::rename_dependencies(const String &p_path, cons
fw->store_8(b);
b = f->get_8();
}
f.unref();
bool all_ok = fw->get_error() == OK;