This commit is contained in:
2026-09-16 20:53:06 +02:00
parent 1697016838
commit b2b9ee6946
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ async function init() {
instance.exports.render_frame(dt);
ctx.putImageData(image, 0, 0);
window.requestAnimationFrame(render);
};
};
window.requestAnimationFrame(render);
}