This commit is contained in:
Mylloon 2022-11-24 18:42:51 +01:00
parent 09d6d5679c
commit 9555e5013b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -108,7 +108,6 @@ export class Env {
* Update the game logic * Update the game logic
*/ */
update = () => { update = () => {
console.log(s);
this.animate(); this.animate();
this.render(); this.render();
}; };