You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix missing dependency resolver in Windows
This commit is contained in:
@@ -1796,6 +1796,7 @@ Error ResourceInteractiveLoaderXML::rename_dependencies(FileAccess *p_f, const S
|
||||
fw->store_8(c);
|
||||
c=f->get_8();
|
||||
}
|
||||
f->close();
|
||||
|
||||
bool all_ok = fw->get_error()==OK;
|
||||
|
||||
|
||||
@@ -736,6 +736,7 @@ Error ResourceInteractiveLoaderText::rename_dependencies(FileAccess *p_f, const
|
||||
fw->store_8(c);
|
||||
c=f->get_8();
|
||||
}
|
||||
f->close();
|
||||
|
||||
bool all_ok = fw->get_error()==OK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user