瀏覽代碼

forgot initialization of path in filesystem dock, fixes #3295

Juan Linietsky 9 年之前
父節點
當前提交
0b472764e4
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;
 	history_pos=0;
 	tree_mode=true;
 	tree_mode=true;
 
 
+	path="res://";
+
 
 
 }
 }