Correctly reduce left click item delay
This commit is contained in:
@@ -453,6 +453,7 @@ markWallSeen :: World -> Int -> World
|
||||
markWallSeen !w !i = w & cWorld . walls .~ IM.adjust markSeen i (_walls (_cWorld w))
|
||||
|
||||
markSeen :: Wall -> Wall
|
||||
{-# INLINE markSeen #-}
|
||||
markSeen wl = wl{_wlSeen = True}
|
||||
|
||||
checkEndGame :: Universe -> Universe
|
||||
|
||||
Reference in New Issue
Block a user