]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#803)
authorrexim <reximkut@gmail.com>
Sun, 14 Apr 2019 18:46:51 +0000 (01:46 +0700)
committerrexim <reximkut@gmail.com>
Sun, 14 Apr 2019 18:46:51 +0000 (01:46 +0700)
src/game/level/rigid_bodies.c

index a0f21ce3f436dfa8db083b0a3dc766a760ebf9b6..cde442308fdb119dd2d83abd8606aef7b95ee34c 100644 (file)
@@ -24,7 +24,7 @@ struct RigidBodies
     Rect *bodies;
     Vec *velocities;
     Vec *movements;
-    // TODO: the color should not be stored in RigidBodies
+    // TODO(#803): the color should not be stored in RigidBodies
     Color *colors;
     bool *grounded;
     Vec *forces;