color fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
2026-03-03 20:36:42 +01:00
parent cb19251556
commit aa7d0e902d
2 changed files with 13 additions and 13 deletions

View File

@@ -19,12 +19,12 @@ function TIC()
cls(Config.colors.black)
local handler = Window.get_current_handler() -- Get handler from Window manager
if handler then
handler()
handler()
end
Meter.update()
Timer.update()
if Context.game_in_progress then
Meter.draw()
Timer.draw()
end
Meter.draw()
Timer.draw()
end
end