You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Remove unnecessary code and add some error explanations
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user