From b196ed4bdc7c415b4f950ce7197864e61517a5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Werner=20Fouch=E2=94=9C=C2=AE?= Date: Tue, 19 Aug 2025 11:32:19 +0200 Subject: [PATCH] fix: zero assignment to Long variable t2 --- Turtle.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Turtle.java b/Turtle.java index 5c64084..481570d 100644 --- a/Turtle.java +++ b/Turtle.java @@ -1914,8 +1914,7 @@ private static void draw() midscreen.drawImage(offscreenImage,0,0, null); Turtle animatedTurtle=null; double percent=1; - Long t2; - t2=new Long(0); + Long t2 = 0L; if (renderTime