4 ms·
Is your screen 60Hz? Game loops are normally using requestAnimationFrame [0], which is capped at refresh rate of your display [0]https://developer.mozilla.org/
by rypskar 1y ago
Is your screen 60Hz? Game loops are normally using requestAnimationFrame [0], which is capped at refresh rate of your display
[0]https://developer.mozilla.org/en-US/docs/Web/API/Window/requestAnimationFrame https://developer.mozilla.org/en-US/docs/Web/API/Window/requ...