Skip to content

Commit 5a0079d

Browse files
committed
fix lint
1 parent 5f5b8a1 commit 5a0079d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/collision/Resolver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ var Bounds = require('../geometry/Bounds');
8080

8181
// get current separation between body edges involved in collision
8282
bodyBtoA = Vector.sub(Vector.add(bodyB.positionImpulse, bodyB.position, tempA),
83-
Vector.add(bodyA.positionImpulse,
84-
Vector.sub(bodyB.position, collision.penetration, tempB), tempC), tempD);
83+
Vector.add(bodyA.positionImpulse,
84+
Vector.sub(bodyB.position, collision.penetration, tempB), tempC), tempD);
8585

8686
pair.separation = Vector.dot(normal, bodyBtoA);
8787
}

0 commit comments

Comments
 (0)