Tweak main inventory display, have not solved space leak

This commit is contained in:
2025-01-05 15:48:30 +00:00
parent 51297d0cb2
commit 2f30163c2f
8 changed files with 804835 additions and 853615 deletions
+1
View File
@@ -30,6 +30,7 @@ data SelectionSection a = SelectionSection
{ _ssItems :: IntMap (SelectionItem a)
, _ssOffset :: Int
, _ssShownItems :: [Picture]
, _ssShownLength :: Int
, _ssIndent :: Int
}