diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 19:17:40 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 19:17:40 +0100 |
commit | 5a932d690057246f1f921c95e9d94516cfe13104 (patch) | |
tree | 8abc6733d3e56f189ecff161c6b55b9f2595e911 | |
parent | 908bef94cf701680dd0258826bdb5ea1f29e2316 (diff) |
a
-rw-r--r-- | src/critter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.cpp b/src/critter.cpp index 843036b4..8c28a00e 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -151,7 +151,7 @@ bool update_movement_3way(size_t i, critter& C, const anim_def& info) } template<rotation new_r> -CORRADE_NEVER_INLINE +CORRADE_ALWAYS_INLINE bool update_movement_1(critter& C, size_t& i, const anim_def& info, uint32_t nframes) { constexpr bool Diagonal = (int)new_r & 1; |