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/object.hpp | |
parent | 13c5225a2ad494fd3ede13a5973bceacde03452a (diff) |
rename allocate_frame_time -> alloc_frame_time
Diffstat (limited to 'src/object.hpp')
-rw-r--r-- | src/object.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp index 97070e75..b77b0f42 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -90,7 +90,7 @@ struct object template<typename T> requires std::is_unsigned_v<T> - static uint32_t allocate_frame_time(Ns dt, T& accum, uint32_t hz, float speed); + static uint32_t alloc_frame_time(Ns dt, T& accum, uint32_t hz, float speed); protected: object(object_id id, class chunk& c, const object_proto& proto); |