diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 03:37:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 03:37:10 +0200 |
commit | 4f9da55305d74a40b4e2197b236b94dd16571dbe (patch) | |
tree | bab56b0441005cf103b2f65f104a33bf2ec6e971 /main | |
parent | 7124efd5a43017413b2b009c13371b9722c927e6 (diff) |
a
Diffstat (limited to 'main')
-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 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; |