summaryrefslogtreecommitdiffhomepage
path: root/main/clickable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/clickable.hpp')
-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;
};