summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorBernhard Liebl <Bernhard.Liebl@gmx.org>2017-11-04 19:01:01 +0100
committerBernhard Liebl <Bernhard.Liebl@gmx.org>2017-11-04 19:01:01 +0100
commita8012f1b25b1462b26b867867d2bca780fe3dd1d (patch)
tree61355253ca678c508e80c17ab14ee3ae48836b88 /editor/create_dialog.h
parent3cbcf5c2ddadf1cd630137d6bd438634b8517b00 (diff)
downloadredot-engine-a8012f1b25b1462b26b867867d2bca780fe3dd1d.tar.gz
Fixes random sorting order in Create New Node dialog
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 2e4ce9b277..157c126c66 100644
--- a/editor/create_dialog.h
+++ b/editor/create_dialog.h
@@ -55,6 +55,7 @@ class CreateDialog : public ConfirmationDialog {
String base_type;
String preferred_search_result_type;
EditorHelpBit *help_bit;
+ List<StringName> type_list;
void _item_selected();