From a94ea0b9fe370e749d7d2e65e0d48ddd6a8f5e61 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Fri, 7 Jul 2017 15:22:23 +0700 Subject: ScriptCreateDialog: fix open error crash, remember template --- editor/script_create_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/script_create_dialog.h') diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index 1adbfe3f7d..f503b878f5 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -59,7 +59,6 @@ class ScriptCreateDialog : public ConfirmationDialog { bool create_new; bool is_browsing_parent; String initial_bp; - EditorSettings *editor_settings; bool is_new_script_created; bool is_path_valid; bool has_named_classes; @@ -70,6 +69,7 @@ class ScriptCreateDialog : public ConfirmationDialog { int current_language; bool re_check_path; String script_template; + Vector template_list; void _path_changed(const String &p_path = String()); void _lang_changed(int l = 0); -- cgit v1.2.3