diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-01-10 14:38:45 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-01-10 14:38:45 -0300 |
commit | 0b472764e47dfcf2484ffcdcfbe4a7c9c037de23 (patch) | |
tree | 12e1bba553d8111277e2ab394c8701bdc9468fc8 | |
parent | cc34e0dee9e92468f9493d0001a296aa6bd08e6d (diff) |
forgot initialization of path in filesystem dock, fixes #3295
-rw-r--r-- | tools/editor/scenes_dock.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/scenes_dock.cpp b/tools/editor/scenes_dock.cpp index cdc0bf0d25..5abc4992df 100644 --- a/tools/editor/scenes_dock.cpp +++ b/tools/editor/scenes_dock.cpp @@ -1254,6 +1254,8 @@ ScenesDock::ScenesDock(EditorNode *p_editor) { history_pos=0; tree_mode=true; + path="res://"; + } |