Fix not being able to select an editor layout created in another language.
This commit is contained in:
@ -1565,6 +1565,7 @@ void FileSystemDock::_bind_methods() {
|
||||
|
||||
FileSystemDock::FileSystemDock(EditorNode *p_editor) {
|
||||
|
||||
set_name("FileSystem");
|
||||
editor = p_editor;
|
||||
path = "res://";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user