diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 06:09:21 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-02 06:09:21 +0200 |
commit | eed15d9a39d2cc3886bcd5025f70a230ad59d316 (patch) | |
tree | e19725e4a566a42e7f028e96193af1d23535bfb6 /main | |
parent | ab16b95656fbcf719604072263f8375cd80213c2 (diff) |
a
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; }; |