Skip to content

Commit

Permalink
Fixed the visual effects continuing through reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
elderfd committed Mar 15, 2015
1 parent 0841c04 commit 97bac7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/title.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/gameLogic/GameState.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public void updateEffects() {

public void reset() {
pathogens.clear();
effects.clear();
populateRandomStomata();
finished = false;
_timeInHours = 0;
Expand Down

0 comments on commit 97bac7f

Please sign in to comment.