Explorar o código

forgot initialization of path in filesystem dock, fixes #3295

Juan Linietsky %!s(int64=9) %!d(string=hai) anos
pai
achega
0b472764e4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tools/editor/scenes_dock.cpp

+ 2 - 0
tools/editor/scenes_dock.cpp

@@ -1254,6 +1254,8 @@ ScenesDock::ScenesDock(EditorNode *p_editor) {
 	history_pos=0;
 	tree_mode=true;
 
+	path="res://";
+
 
 }