diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 15:36:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 15:36:07 +0200 |
commit | 3981b5f5e0f191961f01699fab7c50533c48d352 (patch) | |
tree | 976e45d3bc809d2165078f0076b0829aa943201a /bench/critter.cpp | |
parent | 82ab34aa83463179339eb8382edf1c22cacdad61 (diff) |
fix/remove obsolete todo comments
Diffstat (limited to 'bench/critter.cpp')
-rw-r--r-- | bench/critter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/critter.cpp b/bench/critter.cpp index dc60a71a..9dd69f3a 100644 --- a/bench/critter.cpp +++ b/bench/critter.cpp @@ -131,7 +131,7 @@ bool run(world& w, const function_view<Ns() const>& make_dt, << " dt:" << dt << " dist:" << point::distance_l2(pos, start) << " delta:" << npc.delta - << " frac:" << npc.offset_frac_; + << " frac:" << npc.offset_frac; }; auto fail = [b = grace.no_crash](const char* file, int line) { |