Fix vibration bug
This commit is contained in:
parent
b8ef90c100
commit
4dd90b9860
2 changed files with 7 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue