Skip to content

Commit

Permalink
fixed parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
samsully committed Oct 3, 2023
1 parent 489758d commit 456c8db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void setNextWaveTime(long nextWaveTime) {
public int getSpawnDelay() {return this.spawnDelay;}


* Used for adding this instance of UIElementsDisplay to the mainGameScreen. This is needed as update is performed
/* Used for adding this instance of UIElementsDisplay to the mainGameScreen. This is needed as update is performed
* for this instance of the display.
* @return the updating instance of UIElementsDisplay
*/
Expand Down

0 comments on commit 456c8db

Please sign in to comment.