mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
Update html/poketube.ejs
This commit is contained in:
parent
fb935907e7
commit
a821da922d
@ -1806,9 +1806,9 @@ const frameRate = 4; // Set the desired frame rate in milliseconds
|
||||
const drawLoop = () => {
|
||||
draw()
|
||||
|
||||
setTimeout(() => {
|
||||
setInterval(() => {
|
||||
step = window.requestAnimationFrame(drawLoop);
|
||||
}, 01);
|
||||
}, 50);
|
||||
}
|
||||
|
||||
const drawPause = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user