Fix vibration bug

This commit is contained in:
schmelczerandras 2020-10-26 16:08:47 +01:00
parent b8ef90c100
commit 4dd90b9860
2 changed files with 7 additions and 4 deletions

View file

@ -25,6 +25,7 @@ export class GameObjectContainer extends CommandReceiver {
}
this.player = c.character as PlayerCharacterView;
this.player.isMainCharacter = true;
this.camera = new Camera(this.game);