diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-03-27 18:41:41 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-03-27 18:41:41 -0300 |
commit | bb5198a5ac92a6fe699751df9bb9c09109a2955a (patch) | |
tree | eb4a787dbc2462dda4e3d069fea36c8f0b4c5939 /editor/script_create_dialog.h | |
parent | f0407ad14de5e8c4c668ba4e6a983d2211022d9a (diff) | |
download | redot-engine-bb5198a5ac92a6fe699751df9bb9c09109a2955a.tar.gz |
Fix "Script Create" dialog errors with metadata
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r-- | editor/script_create_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index d7c43f322c..e9f634e2c0 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -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]; |