Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Jul 16, 2024
1 parent 1361d7d commit 2eb73de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/critter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ bool update_movement_3way(size_t& i, critter& C, const anim_def& info)
constexpr bool DoUnroll = true;

template<rotation new_r>
requires (((int)new_r & 1) % 2 != 0)
requires ((int)new_r % 2 != 0)
CORRADE_ALWAYS_INLINE
bool update_movement_1(critter& C, size_t& i, const anim_def& info, uint32_t nframes)
{
Expand Down

0 comments on commit 2eb73de

Please sign in to comment.