From fd9298ef43136fa89dab034096690a08027ebf44 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 16 Mar 2023 08:30:41 +0100 Subject: a --- main/clickable.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main') diff --git a/main/clickable.hpp b/main/clickable.hpp index c7502f33..cd6dd895 100644 --- a/main/clickable.hpp +++ b/main/clickable.hpp @@ -13,7 +13,8 @@ struct clickable final { Math::Range2D dest; BitArrayView bitmask; std::shared_ptr e; - std::uint32_t depth, stride; + std::int32_t depth; + std::uint32_t stride; bool mirrored; }; -- cgit v1.2.3