Explorar o código

clock.stop should set autoStart false

06wj %!s(int64=8) %!d(string=hai) anos
pai
achega
1b7a9d8fb0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 
 	},