Fixing missing closing parenthesis
This commit is contained in:
parent
375777a623
commit
531899ea6b
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ let game = new Phaser.Game(config);
|
||||||
|
|
||||||
window.addEventListener('resize', function (event) {
|
window.addEventListener('resize', function (event) {
|
||||||
game.scale.resize(window.innerWidth / resolution, window.innerHeight / resolution);
|
game.scale.resize(window.innerWidth / resolution, window.innerHeight / resolution);
|
||||||
}
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue