Fix: loading frozen bug

This commit is contained in:
2018-12-13 22:17:26 +09:00
parent 600b031990
commit 884eafd815
4 changed files with 11 additions and 35 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ game.state.add('Loading', Loading);
game.state.add('Login', Login);
game.state.add('LicenseTimer', LicenseTimer);
game.state.start('Loading');
game.state.start('Loading');