Implement downwards inventory drag, buggy
This commit is contained in:
+2
-7
@@ -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
|
||||
| ^^^
|
||||
|
||||
Reference in New Issue
Block a user