Fix bug when forming convex hull of game room bounds
This commit is contained in:
@@ -66,7 +66,7 @@ autoGun = defaultAutoGun
|
||||
autoGunPic :: SPic
|
||||
autoGunPic =
|
||||
( colorSH red $ prismPoly
|
||||
(map (addZ 5) $ rectNESW 2 12 (-2) (-12))
|
||||
(map (addZ 5) $ rectNESW 2 12 (-2) (-8))
|
||||
(map (addZ 0) $ rectNESW 4 12 (-4) (-12))
|
||||
, mempty
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user