Commit 7c415f4c by doszhang

dos

parent 13e31317
...@@ -472,7 +472,7 @@ function countDown(callback) { ...@@ -472,7 +472,7 @@ function countDown(callback) {
countDownCtx.clearRect(0, 0, countDownCanvas.width, countDownCanvas.height); countDownCtx.clearRect(0, 0, countDownCanvas.width, countDownCanvas.height);
countDownCtx.sector(countDownCanvas.width / 2, countDownCanvas.height / 2, countDownCanvas.width / 2, 0, angle).fill(); countDownCtx.sector(countDownCanvas.width / 2, countDownCanvas.height / 2, countDownCanvas.width / 2, 0, angle).fill();
}, 10); }, 100);
} }
function agreeSuggest() { function agreeSuggest() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment