mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-22 01:51:03 +00:00
fix showing info images
This commit is contained in:
parent
50585580d0
commit
c7bca3ebc0
1 changed files with 1 additions and 1 deletions
2
tile.lua
2
tile.lua
|
@ -574,7 +574,7 @@ local function view_info(starts, ends, config, x1, y1, x2, y2)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
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
|
for now in api.frame_between(starts, ends) do
|
||||||
if animate then
|
if animate then
|
||||||
a.draw(now, x1, y1, x2, y2)
|
a.draw(now, x1, y1, x2, y2)
|
||||||
|
|
Loading…
Reference in a new issue