Fix ailment sorting for small monsters

This commit is contained in:
GreenComfyTea
2022-06-05 08:24:25 +03:00
parent 471cdd4f0f
commit 5c9d45a870
2 changed files with 8 additions and 7 deletions

View File

@@ -1644,7 +1644,7 @@ function customization_menu.draw()
if imgui.tree_node(language.current_language.customization_menu.sorting) then
changed, customization_menu.small_monster_UI_ailments_sorting_type_index = imgui.combo(language.current_language.customization_menu.type,
customization_menu.small_monster_UI_ailments_sorting_type_index,
customization_menu.ailments_sorting_types);
customization_menu.displayed_ailments_sorting_types);
config_changed = config_changed or changed;
small_monster_UI_changed = small_monster_UI_changed or changed;
if changed then