diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/clickable.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/clickable.hpp b/main/clickable.hpp index 7a192fb3..7de946a1 100644 --- a/main/clickable.hpp +++ b/main/clickable.hpp @@ -15,6 +15,7 @@ struct clickable final { BitArrayView bitmask; entity* e; float depth, slope; + Vector2s bb_min, bb_max; uint32_t stride; bool mirrored; }; |