diff options
Diffstat (limited to 'editor/editor_plugin.cpp')
| -rw-r--r-- | editor/editor_plugin.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_plugin.cpp b/editor/editor_plugin.cpp index 78c38af555..90d6c3a983 100644 --- a/editor/editor_plugin.cpp +++ b/editor/editor_plugin.cpp @@ -200,7 +200,7 @@ ScriptEditor *EditorInterface::get_script_editor() {  }  void EditorInterface::select_file(const String &p_file) { -	return EditorNode::get_singleton()->get_filesystem_dock()->select_file(p_file); +	EditorNode::get_singleton()->get_filesystem_dock()->select_file(p_file);  }  String EditorInterface::get_selected_path() const {  |