diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 11:42:07 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 11:42:07 +0100 |
commit | 8d8b07ff50aa7ce20b6815e6552b64c1e73dd813 (patch) | |
tree | 7bb73eb000a22e1dcffb465ccfd09c323be1893b /src/object.cpp | |
parent | 558a7fa472a18cb48c5c898931c7b2c6fb988376 (diff) |
a
Diffstat (limited to 'src/object.cpp')
-rw-r--r-- | src/object.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object.cpp b/src/object.cpp index 1b0aad58..6bab7186 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -291,6 +291,7 @@ uint32_t object::allocate_frame_time(Ns dt, uint16_t& accum, uint32_t hz, float << ", acc:" << new_accum_ << ", rem:" << rem; #endif + fm_assert(frames < 1 << 22); return frames; } |