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 /draw | |
parent | ab16b95656fbcf719604072263f8375cd80213c2 (diff) |
a
Diffstat (limited to 'draw')
-rw-r--r-- | draw/anim.cpp | 1 |
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(), }; |