Skip to content

Commit

Permalink
Merge pull request #111 from DanielMcAssey/patch-2
Browse files Browse the repository at this point in the history
Fix toggleRenderer. Closes #110
  • Loading branch information
Simone committed Jun 14, 2015
2 parents 2caf5d0 + 1258ca8 commit 08e7064
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autoPlay.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ function firstRun() {
autoRefreshPage(autoRefreshMinutes);
}

if (enableRenderer) {
toggleRenderer();
}
toggleRenderer();

// disable particle effects - this drastically reduces the game's memory leak
disableParticles();
Expand Down

0 comments on commit 08e7064

Please sign in to comment.