From 0ab1aa97319c45a1407a293247f58a38d549485d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 19 Mar 2024 12:44:12 +0100 Subject: cc --- src/critter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/critter.cpp b/src/critter.cpp index 72c06133..64446633 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -200,7 +200,7 @@ void critter::update_movement(size_t i, Ns dt, rotation new_r) } } - if (!can_move) + if (!can_move) [[unlikely]] { delta = {}; offset_frac = {}; -- cgit v1.2.3