Change selection set to work for multiple sections
This commit is contained in:
+2
-1
@@ -450,7 +450,8 @@ updateMouseContextGame cfig u = \case
|
||||
return $ OverInvSelect selpos
|
||||
overcomb = do
|
||||
sss <- w ^? hud . subInventory . ciSections
|
||||
Sel xl xr _ <- w ^? hud . subInventory . ciSelection . _Just
|
||||
-- Sel xl xr _ <- w ^? hud . subInventory . ciSelection . _Just
|
||||
Sel xl xr <- w ^? hud . subInventory . ciSelection . _Just
|
||||
let msel = (xl, xr)
|
||||
let mpossel = inverseSelNumPos cfig secondColumnLDP (w ^. input . mousePos) sss ^? _Just . nonInf
|
||||
return $ case mpossel of
|
||||
|
||||
Reference in New Issue
Block a user