hotfix pause

This commit is contained in:
RemiSaurel
2022-08-24 10:03:18 +02:00
parent 779ee9a92e
commit 4b65ad56e8
+1 -1
View File
@@ -163,7 +163,7 @@ export default {
} }
this.prettyTime(); this.prettyTime();
expected += interval; expected += interval;
this.timeout = setTimeout(stepFunc, Math.max(0, interval - dt)); this.timeout = setTimeout(this.countDownTimer, Math.max(0, interval - dt));
} }
this.timeout = setTimeout(stepFunc, interval) this.timeout = setTimeout(stepFunc, interval)
} }