From a1d635fcd04972bc42683f53272a1ea594c0acc8 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 19 Dec 2023 09:59:01 +0100 Subject: [PATCH] view_clock: whoops --- tile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile.lua b/tile.lua index 9585399..a1cef83 100644 --- a/tile.lua +++ b/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