From 4f9da55305d74a40b4e2197b236b94dd16571dbe Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 2 Apr 2023 03:37:10 +0200 Subject: a --- draw/anim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw') diff --git a/draw/anim.cpp b/draw/anim.cpp index 1c333ca1..ff0914c8 100644 --- a/draw/anim.cpp +++ b/draw/anim.cpp @@ -38,7 +38,7 @@ void anim_mesh::add_clickable(tile_shader& shader, const Vector2i& win_size, con { clickable item = { { f.offset, f.offset + f.size }, { offset, offset + Vector2i(f.size) }, - a.bitmask(), s, s->ordinal(), + a.bitmask(), &*s, s->ordinal(), a.info().pixel_size[0], !g.mirror_from.isEmpty(), }; -- cgit v1.2.3