Skip to content

Commit

Permalink
Removed commented-out line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
fattyhope committed Oct 17, 2023
1 parent 7968272 commit 7c7f6d9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions source/core/src/main/com/csse3200/game/areas/ForestGameArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,19 +217,6 @@ public ForestGameArea() {
super();
}

/**
* Add this method to start the wave spawning timer when the game starts.
*/
// private void startWaveTimer() {
// waveTimer = new Timer();
// waveTimer.scheduleAtFixedRate(new TimerTask() {
// @Override
// public void run() {
// spawnWave();
// }
// }, 0, 10000); // 10000 milliseconds = 10 seconds
// }

/**
* Add this method to stop the wave timer when the game ends or as needed.
*/
Expand Down

0 comments on commit 7c7f6d9

Please sign in to comment.