Skip to content

Commit 12c8c14

Browse files
committed
Merge pull request #108642 from Changryy/auto-load-naming
Fix new autoload scripts using file name instead of user defined name
2 parents 7c472e6 + 90327dc commit 12c8c14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/settings/editor_autoload_settings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ void EditorAutoloadSettings::_script_created(Ref<Script> p_script) {
603603
FileSystemDock::get_singleton()->get_script_create_dialog()->hide();
604604
path = p_script->get_path().get_base_dir();
605605
autoload_add_path->set_text(p_script->get_path());
606-
autoload_add_name->set_text(p_script->get_path().get_file().get_basename().to_pascal_case());
607606
_autoload_add();
608607
}
609608

0 commit comments

Comments
 (0)