master
rexim 2020-01-26 03:13:43 +07:00
parent 2e2a5d7c2c
commit 3a667bb8b6
1 changed files with 1 additions and 1 deletions

View 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);