diff options
Diffstat (limited to 'main/clickable.hpp')
-rw-r--r-- | main/clickable.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/clickable.hpp b/main/clickable.hpp index 7311b451..38968d87 100644 --- a/main/clickable.hpp +++ b/main/clickable.hpp @@ -14,7 +14,7 @@ struct clickable final { BitArrayView bitmask; std::shared_ptr<entity> e; float depth; - std::uint32_t stride; + uint32_t stride; bool mirrored; }; |