You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Rename internal EditorPlugin icon/name to match exposed methods
This commit is contained in:
@@ -4481,7 +4481,7 @@ void ScriptEditorPlugin::_focus_another_editor() {
|
||||
}
|
||||
|
||||
void ScriptEditorPlugin::_save_last_editor(const String &p_editor) {
|
||||
if (p_editor != get_name()) {
|
||||
if (p_editor != get_plugin_name()) {
|
||||
last_editor = p_editor;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user