From b3e0051822039ded46eacefb3d696a8f9ebcb954 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 5 Mar 2024 14:27:29 +0100 Subject: rename allocate_frame_time -> alloc_frame_time --- src/critter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/critter.cpp') diff --git a/src/critter.cpp b/src/critter.cpp index 96f7bc2a..d54882e6 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -157,7 +157,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 = allocate_frame_time(dt, delta, hz, speed); + const auto nframes = alloc_frame_time(dt, delta, hz, speed); if (nframes == 0) { //static unsigned foo; -- cgit v1.2.3