suppr compteur fps

This commit is contained in:
2023-01-14 17:34:03 +01:00
parent cd05b703d9
commit c8b9c214ff
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ class CameraEditor {
this._drawEffects();
}
}
requestAnimationFrame(() => this._frame());
requestAnimationFrame(()=>this._frame());
}
_scaleEffect(x,y,width,height){