fix showing info images

This commit is contained in:
Franzi 2024-02-25 09:30:26 +01:00
parent 50585580d0
commit c7bca3ebc0

View file

@ -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)