summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-16 11:12:31 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-17 23:23:11 +0100
commitd7ea52c8c86e607dc3e7557c96d07910d21be1f4 (patch)
treea4aaefc66c6af7cabf2d454a0c5262cbdd7cc819 /main
parentc699da23c93ce840da2f87749efe0a69c3c37335 (diff)
a
Diffstat (limited to 'main')
-rw-r--r--main/clickable.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/clickable.hpp b/main/clickable.hpp
index cd6dd895..7311b451 100644
--- a/main/clickable.hpp
+++ b/main/clickable.hpp
@@ -13,7 +13,7 @@ struct clickable final {
Math::Range2D<int> dest;
BitArrayView bitmask;
std::shared_ptr<entity> e;
- std::int32_t depth;
+ float depth;
std::uint32_t stride;
bool mirrored;
};