From 1b7a9d8fb0d822b21b8f39a78f1c9098fe22ab9d Mon Sep 17 00:00:00 2001 From: 06wj <06wj@163.com> Date: Sat, 10 Jun 2017 08:21:11 +0800 Subject: [PATCH] clock.stop should set autoStart false --- src/core/Clock.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Clock.js b/src/core/Clock.js index cc3f8b97856cc0..a0bc86f0a2ebad 100644 --- a/src/core/Clock.js +++ b/src/core/Clock.js @@ -30,6 +30,7 @@ Object.assign( Clock.prototype, { this.getElapsedTime(); this.running = false; + this.autoStart = false; },