You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
forgot initialization of path in filesystem dock, fixes #3295
This commit is contained in:
@@ -1254,6 +1254,8 @@ ScenesDock::ScenesDock(EditorNode *p_editor) {
|
||||
history_pos=0;
|
||||
tree_mode=true;
|
||||
|
||||
path="res://";
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user