aboutsummaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.cpp
diff options
context:
space:
mode:
authorDaniel J. Ramirez2017-09-03 01:49:31 -0500
committerDaniel J. Ramirez2017-09-03 01:49:31 -0500
commite298f931a614af94335069dc97878c09a986a478 (patch)
tree179755dbac9222ff8dbe704c126d1b22d0cc4540 /editor/filesystem_dock.cpp
parentce28452109676d55e4d1fbb7158c8bf1fa8db406 (diff)
downloadgodot-e298f931a614af94335069dc97878c09a986a478.tar.gz
godot-e298f931a614af94335069dc97878c09a986a478.tar.zst
godot-e298f931a614af94335069dc97878c09a986a478.zip
Diffstat (limited to 'editor/filesystem_dock.cpp')
-rw-r--r--editor/filesystem_dock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp
index 04036f410..a66d1724a 100644
--- a/editor/filesystem_dock.cpp
+++ b/editor/filesystem_dock.cpp
@@ -1839,7 +1839,7 @@ FileSystemDock::FileSystemDock(EditorNode *p_editor) {
path = "res://";
- add_constant_override("separation", 3);
+ add_constant_override("separation", 4);
}
FileSystemDock::~FileSystemDock() {