mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix resource dependence renaming.
This commit is contained in:
parent
dd06cb90c5
commit
7b18c35ab2
2 changed files with 19 additions and 14 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue