mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-21 17:41:06 +00:00
view_clock: whoops
This commit is contained in:
parent
f550ddb141
commit
a1d635fcd0
1 changed files with 1 additions and 1 deletions
2
tile.lua
2
tile.lua
|
@ -409,7 +409,7 @@ local function view_clock(starts, ends, config, x1, y1, x2, y2)
|
|||
if animate then
|
||||
a.draw(now, x1, y1, x2, y2)
|
||||
else
|
||||
font_clock:write(x1+x, y1, current_room, font_size, r,g,b,1)
|
||||
font_clock:write(x1+x, y1, clock, font_size, r,g,b,1)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue