diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-05 14:27:29 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-05 14:27:29 +0100 |
| commit | b3e0051822039ded46eacefb3d696a8f9ebcb954 (patch) | |
| tree | bf73b6f305bd6ce08d9b532356cf3a64ad271e7d /src/critter.cpp | |
| parent | 13c5225a2ad494fd3ede13a5973bceacde03452a (diff) | |
rename allocate_frame_time -> alloc_frame_time
Diffstat (limited to 'src/critter.cpp')
| -rw-r--r-- | src/critter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<uint16_t>(dt, delta, hz, speed); + const auto nframes = alloc_frame_time<uint16_t>(dt, delta, hz, speed); if (nframes == 0) { //static unsigned foo; |
