Rework creating new folders in editor

This commit is contained in:
kobewi
2024-09-16 15:52:51 +02:00
parent a75bacebef
commit ad99c79472
6 changed files with 54 additions and 53 deletions

View File

@ -191,7 +191,6 @@ void EditorDirDialog::_make_dir_confirm(const String &p_path) {
}
new_dir_path = p_path + "/";
EditorFileSystem::get_singleton()->scan_changes(); // We created a dir, so rescan changes.
}
void EditorDirDialog::_bind_methods() {