You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Changed the title of change node type dialog
This commit is contained in:
@@ -2936,7 +2936,7 @@ Control *VisualScriptEditor::get_edit_menu() {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::_change_base_type() {
|
||||
select_base_type->popup_create(true, true);
|
||||
select_base_type->popup_create(true, true, script->get_instance_base_type());
|
||||
}
|
||||
|
||||
void VisualScriptEditor::_toggle_tool_script() {
|
||||
|
||||
Reference in New Issue
Block a user