forgot initialization of path in filesystem dock, fixes #3295
This commit is contained in:
parent
cc34e0dee9
commit
0b472764e4
1 changed files with 2 additions and 0 deletions
|
@ -1254,6 +1254,8 @@ ScenesDock::ScenesDock(EditorNode *p_editor) {
|
|||
history_pos=0;
|
||||
tree_mode=true;
|
||||
|
||||
path="res://";
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue