Lint
This commit is contained in:
@@ -112,7 +112,7 @@ drawCircCollisionTest :: World -> Picture
|
||||
drawCircCollisionTest w = concat $ do
|
||||
a <- w ^. input . heldWorldPos . at ButtonLeft
|
||||
b <- w ^. input . heldWorldPos . at ButtonRight
|
||||
let col | (anythingHitCirc 2 a b w) = red
|
||||
let col | anythingHitCirc 2 a b w = red
|
||||
| otherwise = green
|
||||
return $
|
||||
setLayer DebugLayer (color col $ line [a, b])
|
||||
|
||||
Reference in New Issue
Block a user