Skip to content

Commit

Permalink
[game] simplify documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ghthor committed Feb 23, 2015
1 parent f44af93 commit 38a6401
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions game/sim.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,7 @@ attemptSolve:
// Walk through the directed graph of collisions and solve
// all the collisions that this collision depends on.
for _, c := range phase.collisionIndex[node.entity] {
// skip this collision, we'll solve it
// after we loop through all the other
// collisions we depend on.
// Ignore the collision that caused this recursive solving
if c.IsSameAs(collision) {
continue
}
Expand Down

0 comments on commit 38a6401

Please sign in to comment.