]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#1248)
authorrexim <reximkut@gmail.com>
Sat, 25 Jan 2020 20:13:43 +0000 (03:13 +0700)
committerrexim <reximkut@gmail.com>
Sat, 25 Jan 2020 20:13:43 +0000 (03:13 +0700)
src/game/level/phantom_platforms.c

index 877349f78949b912c181910f074bbd59d2e27786..bf45c31b628af13ecae21f1ad73fbb42baca3d74 100644 (file)
@@ -52,7 +52,7 @@ void phantom_platforms_update(Phantom_Platforms *pp, float dt)
     }
 }
 
-// TODO: phantom_platforms_hide_at is O(N)
+// TODO(#1248): phantom_platforms_hide_at is O(N)
 void phantom_platforms_hide_at(Phantom_Platforms *pp, Vec2f position)
 {
     trace_assert(pp);