You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove unnecessary code and add some error explanations
This commit is contained in:
@@ -3463,7 +3463,7 @@ void ScriptEditorPlugin::get_window_layout(Ref<ConfigFile> p_layout) {
|
||||
|
||||
void ScriptEditorPlugin::get_breakpoints(List<String> *p_breakpoints) {
|
||||
|
||||
return script_editor->get_breakpoints(p_breakpoints);
|
||||
script_editor->get_breakpoints(p_breakpoints);
|
||||
}
|
||||
|
||||
void ScriptEditorPlugin::edited_scene_changed() {
|
||||
|
||||
Reference in New Issue
Block a user