Hot Custom Characters Scene (#1113)

This commit is contained in:
grégoire parant 2021-06-03 17:22:31 +02:00 committed by GitHub
parent 1527134eeb
commit fffd36267d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ export class SelectCharacterScene extends AbstractCharacterScene {
update(time: number, delta: number): void {
if(this.lazyloadingAttempt){
this.createCurrentPlayer();
this.moveUser();
this.lazyloadingAttempt = false;
}
}