Skip to content

Commit

Permalink
PhysicsCollisionListener: delete a comment that no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 17, 2024
1 parent 3196edb commit d9b63a9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
*/
public interface PhysicsCollisionListener {
/**
* Callback to report collisions in a CollisionSpace. Invoked during
* PhysicsSpace.distributeEvents().
* Callback to report collisions in a CollisionSpace.
* <p>
* Typically invoked 2x for each cached contact point, so expect many
* invocations per collision -- up to 8 per contact manifold.
Expand Down

0 comments on commit d9b63a9

Please sign in to comment.