correct reaction
This commit is contained in:
parent
bb61df8b6d
commit
0b03c306c3
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ class (Show c, Mass c) => Collidible c where
|
|||
then
|
||||
( gt
|
||||
, if gx == g1 || gx == g3
|
||||
then V2 0 (round $ signum d1y)
|
||||
else V2 (round $ signum d1x) 0
|
||||
then V2 (round $ signum d1x) 0
|
||||
else V2 0 (round $ signum d1y)
|
||||
)
|
||||
else acc1
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue