Fix combine item menu

This commit is contained in:
2022-02-16 22:55:00 +00:00
parent 60463ea9c0
commit 6573b3346e
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ miniGunXPict i spin _ =
, mempty
)
where
aBarrel = translateSH (V3 15 0 2) baseCaneShape
aBarrel = translateSH (V3 15 2 2) baseCaneShape
barrels = concatMap (\an -> aBarrel & rotateSHx (2*pi * fromIntegral an / fromIntegral i)) [1..i]
a = fromIntegral spin / 100
--x = fromIntegral am / 10