correct reaction

This commit is contained in:
nek0 2021-01-17 20:57:45 +01:00
parent bb61df8b6d
commit 0b03c306c3
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ class (Show c, Mass c) => Collidible c where
then then
( gt ( gt
, if gx == g1 || gx == g3 , if gx == g1 || gx == g3
then V2 0 (round $ signum d1y) then V2 (round $ signum d1x) 0
else V2 (round $ signum d1x) 0 else V2 0 (round $ signum d1y)
) )
else acc1 else acc1
) )