summaryrefslogtreecommitdiffhomepage
path: root/src/anim-atlas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/anim-atlas.cpp')
-rw-r--r--src/anim-atlas.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp
index f75b1679..0c4d4f63 100644
--- a/src/anim-atlas.cpp
+++ b/src/anim-atlas.cpp
@@ -140,7 +140,6 @@ BitArrayView anim_atlas::bitmask() const
rotation anim_atlas::next_rotation_from(rotation r) const noexcept
{
constexpr auto count = std::size_t(rotation_COUNT);
- fm_assert(r < rotation_COUNT);
for (auto i = std::size_t(r)+1; i < count; i++)
if (_group_indices[i] != 0xff)
return rotation(i);