From 2eb73de513a7a320d2b6e2c91c1fd0c7f1c3380e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jul 2024 21:22:57 +0200 Subject: f --- src/critter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/critter.cpp b/src/critter.cpp index 07c8f0cc..32d1048b 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -190,7 +190,7 @@ bool update_movement_3way(size_t& i, critter& C, const anim_def& info) constexpr bool DoUnroll = true; template -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) { -- cgit v1.2.3