summaryrefslogtreecommitdiff
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-11-06 22:24:46 +0100
committerGitHub <noreply@github.com>2019-11-06 22:24:46 +0100
commit74c4543c4ba00bf9430f48e29e116c58c1643bf5 (patch)
treefe62ed479ebd22928f851ed59b2526a6aedf869a /editor/create_dialog.h
parent71777ee9081f87d924e31a6f1fc5b9f3aa6b63e1 (diff)
parentfb9ff92c290b16a955d6a911ba462b48aae00cf6 (diff)
Merge pull request #33387 from nekomatata/faster-create-dialog-filter
Node create dialog filtering optimization
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r--editor/create_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/create_dialog.h b/editor/create_dialog.h
index f3ed1d7af6..1150ac60da 100644
--- a/editor/create_dialog.h
+++ b/editor/create_dialog.h
@@ -51,6 +51,7 @@ class CreateDialog : public ConfirmationDialog {
LineEdit *search_box;
Tree *search_options;
HashMap<String, TreeItem *> search_options_types;
+ HashMap<String, RES> search_loaded_scripts;
bool is_replace_mode;
String base_type;
String preferred_search_result_type;