Skip to content

Commit

Permalink
Merge pull request #11481 from 06wj/patch-clock
Browse files Browse the repository at this point in the history
clock.stop should set autoStart false
  • Loading branch information
mrdoob authored Jun 13, 2017
2 parents a4eb5b3 + 1b7a9d8 commit 516307a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Clock.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Object.assign( Clock.prototype, {

this.getElapsedTime();
this.running = false;
this.autoStart = false;

},

Expand Down

0 comments on commit 516307a

Please sign in to comment.