Skip to content

Commit

Permalink
IOS is not running game.init()
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Mar 17, 2019
1 parent 6660bf3 commit 3c958ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function preload() {
function setup() {
createCanvas(ww, wh);
game = new Game(assets);
game.restart();
game.init();
}

Expand Down

0 comments on commit 3c958ea

Please sign in to comment.