From 898d11cb063c0534ba58a1aad6df34ff70fba00e Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Thu, 17 Apr 2025 17:55:16 +0100 Subject: [PATCH] Update app.js --- apps/umpire/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/umpire/app.js b/apps/umpire/app.js index e24c79b51..b8f75ee5d 100644 --- a/apps/umpire/app.js +++ b/apps/umpire/app.js @@ -65,7 +65,7 @@ function countDown(dir) { g.setFontAlign(0,0); // center font g.setFont("Vector",48); g.drawString(formatTimeOfDay(timeSig), g.getWidth()/1.89, g.getHeight()/3.5); - g.setFont("Vector",24) + g.setFont("Vector",24); g.drawString(over + " " + overMinutesString + "\nI " + matchMinutesString, g.getWidth()/1.89, g.getHeight()/1.4);