diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-28 00:41:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 00:41:04 +0200 |
commit | a0071029f2c4ec006d3443f25aa77e2c2c7a1ece (patch) | |
tree | 1fc94db9b6dd9bb7ca54ee286183f4a54c05bdc4 /editor/script_create_dialog.h | |
parent | 6fde0abaa084dc22ffb20ed173e525274f5805a2 (diff) | |
parent | bb5198a5ac92a6fe699751df9bb9c09109a2955a (diff) |
Merge pull request #59603 from YeldhamDev/meta_regression_fix
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]; |