From 064379bd0bd929f6b87c50f740e9a783b4d9e054 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 8 Apr 2024 17:05:16 +0200 Subject: a --- src/rotation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rotation.hpp') diff --git a/src/rotation.hpp b/src/rotation.hpp index 471007c3..99f8c4a3 100644 --- a/src/rotation.hpp +++ b/src/rotation.hpp @@ -8,6 +8,6 @@ enum class rotation : unsigned char { constexpr inline size_t rotation_BITS = 3; constexpr inline size_t rotation_MASK = (1 << rotation_BITS)-1; -constexpr inline rotation rotation_COUNT = rotation{1 << rotation_BITS}; +constexpr inline rotation rotation_COUNT = rotation{1 << rotation_BITS}; // todo! remove } // namespace floormat -- cgit v1.2.3