Implement downwards inventory drag, buggy

This commit is contained in:
2024-10-25 10:40:22 +01:00
parent 0c5a21765a
commit 4da5bfa497
2 changed files with 38 additions and 27 deletions
+2 -7
View File
@@ -1,10 +1,5 @@
/home/justin/Haskell/loop/src/Dodge/Update.hs:356:5-9: warning: [-Wunused-local-binds]
/home/justin/Haskell/loop/src/Dodge/Update.hs:366:5-9: warning: [-Wunused-local-binds]
Defined but not used: mysel
|
356 | mysel = inverseSelSecYint (posSelSecYint cfig ldp (mpos ^. _y)) sss
366 | mysel = inverseSelSecYint (posSelSecYint cfig ldp (mpos ^. _y)) sss
| ^^^^^
/home/justin/Haskell/loop/src/Dodge/Update.hs:359:17-19: warning: [-Wunused-matches]
Defined but not used: sss
|
359 | shiftInvItemsUp sss (_,i) w = fromMaybe w $ do
| ^^^