From eed15d9a39d2cc3886bcd5025f70a230ad59d316 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 2 Apr 2023 06:09:21 +0200 Subject: a --- draw/anim.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'draw/anim.cpp') 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(), }; -- cgit v1.2.3