mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-21 17:41:06 +00:00
fix stupid
This commit is contained in:
parent
965f2d8b68
commit
cc407c10e6
1 changed files with 3 additions and 2 deletions
5
tile.lua
5
tile.lua
|
@ -578,10 +578,11 @@ local function view_info(starts, ends, config, x1, y1, x2, y2)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
a.add(a.moving_image_raw(
|
a.add(anims.moving_image(
|
||||||
S, E, info_content,
|
S, E, info_content,
|
||||||
x1, y1,
|
x1, y1,
|
||||||
x2, y2
|
x2, y2,
|
||||||
|
1
|
||||||
))
|
))
|
||||||
for now in api.frame_between(starts, ends) do
|
for now in api.frame_between(starts, ends) do
|
||||||
if animate then
|
if animate then
|
||||||
|
|
Loading…
Reference in a new issue