Start unifying regex parts of selection sections
This commit is contained in:
@@ -49,7 +49,7 @@ updateWheelEvent yi w = case w ^. hud . hudElement of
|
||||
invKeyDown = ScancodeCapsLock `M.member` _pressedKeys (_input w)
|
||||
|
||||
moveCombineSel :: Int -> World -> World
|
||||
moveCombineSel yi = hud . hudElement . subInventory . ciSections
|
||||
moveCombineSel yi = hud . hudElement . subInventory . ciSections . fssSections
|
||||
%~ scrollSelectionSections yi
|
||||
|
||||
moveSubSel :: Int -> Int -> World -> World
|
||||
|
||||
Reference in New Issue
Block a user