HotFix position WOKA (#1317)

- Fix the moving position when a user enters in "custom your own" with custom WOKA loaded from admin
This commit is contained in:
grégoire parant
2021-07-27 14:28:00 +02:00
committed by GitHub
parent b336e3b08a
commit fc9865e273
+1
View File
@@ -244,6 +244,7 @@ export class CustomizeScene extends AbstractCharacterScene {
update(time: number, delta: number): void {
if (this.lazyloadingAttempt) {
this.moveLayers();
this.doMoveCursorHorizontally(this.moveHorizontally);
this.lazyloadingAttempt = false;
}