reduce debug output
This commit is contained in:
parent
6f816eedef
commit
03a577fd18
1 changed files with 4 additions and 4 deletions
|
@ -145,11 +145,11 @@ class (Show c, Mass c) => Collidible c where
|
||||||
NoCollision
|
NoCollision
|
||||||
(_, _, _, False, False) ->
|
(_, _, _, False, False) ->
|
||||||
NoCollision
|
NoCollision
|
||||||
|
x -> error $
|
||||||
|
"Unhandled combination of collision check results: "
|
||||||
|
<> (fromString $ show x)
|
||||||
in
|
in
|
||||||
A.log A.Debug
|
res
|
||||||
(fromString $
|
|
||||||
show (tx < dt, ty < dt, tx < ty, coll True, coll False))
|
|
||||||
res
|
|
||||||
else
|
else
|
||||||
NoCollision
|
NoCollision
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue