summaryrefslogtreecommitdiffhomepage
path: root/draw
diff options
context:
space:
mode:
Diffstat (limited to 'draw')
-rw-r--r--draw/anim.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/anim.cpp b/draw/anim.cpp
index e8aa4e3b..0d1f2827 100644
--- a/draw/anim.cpp
+++ b/draw/anim.cpp
@@ -46,6 +46,7 @@ void anim_mesh::add_clickable(tile_shader& shader, const Vector2i& win_size,
.e = s_,
.depth = s.ordinal(),
.slope = data.slope,
+ .bb_min = data.bb_min, .bb_max = data.bb_max,
.stride = a.info().pixel_size[0],
.mirrored = !g.mirror_from.isEmpty(),
};