You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
-Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem
-Fixed refactoring tools to work with imported scenes (properly move .import files)
This commit is contained in:
@@ -1117,6 +1117,9 @@ Error ResourceFormatLoaderBinary::rename_dependencies(const String &p_path, cons
|
||||
memdelete(f);
|
||||
}
|
||||
ERR_FAIL_COND_V(!fw, ERR_CANT_CREATE);
|
||||
|
||||
uint8_t magic[4] = { 'R', 'S', 'R', 'C' };
|
||||
fw->store_buffer(magic, 4);
|
||||
}
|
||||
|
||||
bool big_endian = f->get_32();
|
||||
|
||||
Reference in New Issue
Block a user