Can i disable KAFinateLoopProtect(); ?
So i am working on a game and it only works with setInterval(draw,10); but that summons an uncaought KA Finate Loop which makes it imposible to edit and imposible to play. i already tried using window.requestAnimationFrame(draw); becuase that does not do it as much but it won't let the game work with that. Basicly i just need to know if i can disable the KAFinateLoopProtect(); so it does not shut down my project.
Please sign in to leave a comment.