Fix bug on dropping item when reloading

This commit is contained in:
2022-06-22 19:22:17 +01:00
parent 4d1b5d3ca8
commit c34468aa49
6 changed files with 48 additions and 49 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ updateUniverse u = case _menuLayers u of
functionalUpdate :: Configuration -> World -> World
functionalUpdate cfig w = checkEndGame
-- . updateRandGen
. (mouseButtons . each .~ True)
. (mouseButtons . each .~ True) -- to determine if the mouse button is held
. (worldClock +~ 1)
. doRewind
. (doubleMouseHammer %~ moveHammerUp)