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 f9df42fa..f7c04383 100644 --- a/test/critter.cpp +++ b/test/critter.cpp @@ -126,7 +126,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) { |