automatically disabling animations

This commit is contained in:
Jack 2021-05-15 19:20:57 +01:00
parent ee5c0e830b
commit ef745d0392

View file

@ -34,7 +34,7 @@ export function start() {
function loop() {
let dt = Date.now() - expected;
if (dt > interval) {
if (dt > stepIntervalMS) {
Tribe.setNoAnim(true);
}