From bc837ff53cf99d95bd7588ef79c5851421082664 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 19 Mar 2024 14:29:57 +0100 Subject: cc --- src/critter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/critter.cpp b/src/critter.cpp index 5c5ff3eb..e5341ee6 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -171,7 +171,7 @@ void critter::update_movement(size_t i, Ns dt, rotation new_r) fm_assert(is_dynamic()); const auto hz = atlas->info().fps; - const auto nframes = alloc_frame_time(dt, delta, hz, speed); + const auto nframes = alloc_frame_time(dt, delta, hz, speed); if (nframes == 0) return; -- cgit v1.2.3