diff --git a/tile.lua b/tile.lua index 3e868f5..02e9f3b 100644 --- a/tile.lua +++ b/tile.lua @@ -574,7 +574,7 @@ local function view_info(starts, ends, config, x1, y1, x2, y2) end end else - a.moving_image(S, E, info_content, x1, y1, x2, y2) + a.add(a.moving_image_raw(S, E, info_content, x1, y1, x2, y2)) for now in api.frame_between(starts, ends) do if animate then a.draw(now, x1, y1, x2, y2)