mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix "Script Create" dialog errors with metadata
This commit is contained in:
parent
f0407ad14d
commit
bb5198a5ac
2 changed files with 14 additions and 25 deletions
|
@ -83,6 +83,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
|
|||
int current_language;
|
||||
int default_language;
|
||||
bool re_check_path = false;
|
||||
Dictionary templates_dictionary;
|
||||
|
||||
Control *path_controls[2];
|
||||
Control *name_controls[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue