This commit is contained in:
2024-10-31 09:50:21 +00:00
parent 97c3f1262b
commit 79b0af228e
6 changed files with 11 additions and 4 deletions
+4
View File
@@ -77,6 +77,10 @@ updateInventoryPositioning :: Universe -> Universe
updateInventoryPositioning u =
u & uvWorld . hud . hudElement . diSections
%~ updateDisplaySections (_uvWorld u) (_uvConfig u)
& checkInventorySelectionExists
checkInventorySelectionExists :: Universe -> Universe
checkInventorySelectionExists u = u
updateDisplaySections ::
World ->