]> git.lizzy.rs Git - nothing.git/commitdiff
Remove TODO(#683)
authorrexim <reximkut@gmail.com>
Mon, 23 Sep 2019 00:22:07 +0000 (07:22 +0700)
committerrexim <reximkut@gmail.com>
Mon, 23 Sep 2019 00:22:07 +0000 (07:22 +0700)
src/game/level/rigid_bodies.c

index fc86f45482b2e6ea26840243f3593d1e36b33df7..e3e4131c3826a3ae78534c83721fe049d3286169 100644 (file)
@@ -91,7 +91,6 @@ void destroy_rigid_bodies(RigidBodies *rigid_bodies)
 int rigid_bodies_collide(RigidBodies *rigid_bodies,
                          const Platforms *platforms)
 {
-    // TODO(#683): RigidBodies should collide only the bodies that were updated on after a previous collision
     memset(rigid_bodies->grounded, 0, sizeof(bool) * rigid_bodies->count);
 
     if (rigid_bodies->count == 0) {