Fixes random sorting order in Create New Node dialog

This commit is contained in:
Bernhard Liebl
2017-11-04 19:01:01 +01:00
parent 3cbcf5c2dd
commit a8012f1b25
2 changed files with 4 additions and 3 deletions

View File

@ -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();