1
Fork 0

fix ambient mode

This commit is contained in:
Ashley 2023-12-08 18:03:36 +00:00
parent 047be6d949
commit 05d1d2866f

View file

@ -1799,7 +1799,10 @@ const draw = () => {
const drawLoop = () => {
draw()
step = window.requestAnimationFrame(drawLoop)
setTimeout(() => {
step = window.requestAnimationFrame(drawLoop);
}, 01);
}
const drawPause = () => {