diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-16 08:30:41 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-17 23:23:11 +0100 |
| commit | fd9298ef43136fa89dab034096690a08027ebf44 (patch) | |
| tree | 312aefb9cddd02511ec09bbce9aa2bf495a42e8c /main | |
| parent | ea37d1030186f76b88f189f6ea0cc2b2d57a985a (diff) | |
a
Diffstat (limited to 'main')
| -rw-r--r-- | main/clickable.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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<int> dest; BitArrayView bitmask; std::shared_ptr<entity> e; - std::uint32_t depth, stride; + std::int32_t depth; + std::uint32_t stride; bool mirrored; }; |
