summaryrefslogtreecommitdiffstats
path: root/editor/gui/editor_dir_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/gui/editor_dir_dialog.cpp')
-rw-r--r--editor/gui/editor_dir_dialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/gui/editor_dir_dialog.cpp b/editor/gui/editor_dir_dialog.cpp
index e64761d5b5..b677ba1098 100644
--- a/editor/gui/editor_dir_dialog.cpp
+++ b/editor/gui/editor_dir_dialog.cpp
@@ -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() {