diff options
Diffstat (limited to 'src/scenery.cpp')
-rw-r--r-- | src/scenery.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scenery.cpp b/src/scenery.cpp index 937fc922..2666f912 100644 --- a/src/scenery.cpp +++ b/src/scenery.cpp @@ -89,7 +89,6 @@ void door_scenery::update(scenery& s, size_t, Ns dt) fm_assert(s.atlas); auto& anim = *s.atlas; const auto nframes = (int)anim.info().nframes; - fm_debug_assert(anim.info().fps > 0 && anim.info().fps <= 0xff); const auto n = (int)s.allocate_frame_time(dt, 1); if (n == 0) return; |