From 689c4bf27316c6271bb922d4f64436121cfe72bc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 23 Mar 2024 14:04:15 +0100 Subject: w --- test/critter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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& 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) { -- cgit v1.2.3