fix typo
This commit is contained in:
parent
09d6d5679c
commit
9555e5013b
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue