Skip to content

Commit

Permalink
dont need that one
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGamerBlue authored Jun 28, 2022
1 parent aa1f0a2 commit 47be814
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ public void update() throws Exception {
ateApple = true;
score++;
SnakeGame.currentRefreshInterval = Math.max(50, DEFAULT_REFRESH_INTERVAL - score);
if (score == 15) {
game.stop();
}
}

if (!ateApple) {
Expand Down

0 comments on commit 47be814

Please sign in to comment.