summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-02 03:37:10 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-02 03:37:10 +0200
commit4f9da55305d74a40b4e2197b236b94dd16571dbe (patch)
treebab56b0441005cf103b2f65f104a33bf2ec6e971 /main
parent7124efd5a43017413b2b009c13371b9722c927e6 (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 38968d87..0b491a52 100644
--- a/main/clickable.hpp
+++ b/main/clickable.hpp
@@ -12,7 +12,7 @@ struct clickable final {
Math::Range2D<unsigned> src;
Math::Range2D<int> dest;
BitArrayView bitmask;
- std::shared_ptr<entity> e;
+ entity* e;
float depth;
uint32_t stride;
bool mirrored;