From eb3a268d5814c034cb96db1a3211c4853401d369 Mon Sep 17 00:00:00 2001 From: nullprop Date: Sat, 15 Mar 2025 16:47:06 +0200 Subject: [PATCH] Draw new zones for a bit after creation --- timer.nut | 1 + 1 file changed, 1 insertion(+) diff --git a/timer.nut b/timer.nut index 282a625..7bf0f29 100644 --- a/timer.nut +++ b/timer.nut @@ -242,6 +242,7 @@ class Timer function AddZone(zone) { + zone.Draw(5.0); zones.append(zone); if (zones.len() > 1) {