-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:
parent
53e7f55a89
commit
ce28452109
4 changed files with 57 additions and 91 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue