Fix blinking bug, shrinker and shield broken
This commit is contained in:
@@ -108,7 +108,7 @@ renderItemMapAt :: Float -> Float -> World -> IM.IntMap Item -> Picture
|
||||
renderItemMapAt tx ty w = concatMapPic (uncurry $ listItemAt tx ty w) . IM.toList
|
||||
|
||||
displayInv :: Int -> World -> Picture
|
||||
displayInv n w = (renderItemMapAt 0 0 w $ _crInv cr)
|
||||
displayInv n w = renderItemMapAt 0 0 w (_crInv cr)
|
||||
<> equipcursor
|
||||
where
|
||||
equipcursor = case _crLeftInvSel cr of
|
||||
|
||||
Reference in New Issue
Block a user