From 3a667bb8b6fc9581f447bda3fa5b12fb01b8ef36 Mon Sep 17 00:00:00 2001 From: rexim Date: Sun, 26 Jan 2020 03:13:43 +0700 Subject: [PATCH] Add TODO(#1248) --- src/game/level/phantom_platforms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/level/phantom_platforms.c b/src/game/level/phantom_platforms.c index 877349f7..bf45c31b 100644 --- a/src/game/level/phantom_platforms.c +++ b/src/game/level/phantom_platforms.c @@ -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); -- 2.44.0