Преглед изворни кода

clock.stop should set autoStart false

06wj пре 8 година
родитељ
комит
1b7a9d8fb0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/core/Clock.js

+ 1 - 0
src/core/Clock.js

@@ -30,6 +30,7 @@ Object.assign( Clock.prototype, {
 
 		this.getElapsedTime();
 		this.running = false;
+		this.autoStart = false;
 
 	},