fix timer

This commit is contained in:
tyler :3 2024-05-15 23:23:52 +01:00
parent d11c6e5b29
commit 9fa0b42239

View File

@ -47,6 +47,8 @@ public class Controller {
private void reinitialize() {
timer.cancel();
isFirstLoad = true;
timer = new Timer();
URL blank = getClass().getResource("img/blank.png");
for (Node n : grid.getChildren()) {