summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-02 10:08:15 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-02 10:08:15 +0200
commitfc1a03f9a257faf78de7838954709593ab4da628 (patch)
tree6f267b3d423ab5fcb5f71fc55956f1bf6388eac6 /main
parentdb18f363e29dfd9c7f85f6f2dc316e03f17c9936 (diff)
ffffffff
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 7de946a1..2fc28587 100644
--- a/main/clickable.hpp
+++ b/main/clickable.hpp
@@ -15,7 +15,7 @@ struct clickable final {
BitArrayView bitmask;
entity* e;
float depth, slope;
- Vector2s bb_min, bb_max;
+ Vector2s bb_min, bb_max; // debug only
uint32_t stride;
bool mirrored;
};