Skip to content

Commit

Permalink
Korjattu bugi näytönpäivityksen kanssa
Browse files Browse the repository at this point in the history
  • Loading branch information
vem882 committed Oct 17, 2024
1 parent d94e27c commit 3aa37a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kooditoteutus/SpedenSpelit/SpedenSpelit.ino
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void initializeGame() {
countdownStarted = false;
waitingForStart = true;
clearAllLeds();
updateDisplay(highScore); // Display the highest score at the start.
//updateDisplay(highScore); // Display the highest score at the start.
if (debug) {
Serial.println("Game initialized!");
}
Expand Down

0 comments on commit 3aa37a3

Please sign in to comment.