diff options
Diffstat (limited to 'test/critter.cpp')
| -rw-r--r-- | test/critter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/critter.cpp b/test/critter.cpp index d9fa486d..071fae9b 100644 --- a/test/critter.cpp +++ b/test/critter.cpp @@ -140,7 +140,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) { |
