Skip to content

Commit

Permalink
Fixes a typo that breaks circle collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfish committed Aug 24, 2018
1 parent f2dce76 commit 5dcd793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DynamicsB2ContactCircle.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ func (contact *B2CircleContact) Evaluate(manifold *B2Manifold, xfA B2Transform,
B2CollideCircles(
manifold,
contact.GetFixtureA().GetShape().(*B2CircleShape), xfA,
contact.GetFixtureA().GetShape().(*B2CircleShape), xfB,
contact.GetFixtureB().GetShape().(*B2CircleShape), xfB,
)
}

0 comments on commit 5dcd793

Please sign in to comment.