From fc9865e27390c87db340be918451e2f3578d157e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gr=C3=A9goire=20parant?= Date: Tue, 27 Jul 2021 14:28:00 +0200 Subject: [PATCH] HotFix position WOKA (#1317) - Fix the moving position when a user enters in "custom your own" with custom WOKA loaded from admin --- front/src/Phaser/Login/CustomizeScene.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/Phaser/Login/CustomizeScene.ts b/front/src/Phaser/Login/CustomizeScene.ts index c65dabbb..4146a982 100644 --- a/front/src/Phaser/Login/CustomizeScene.ts +++ b/front/src/Phaser/Login/CustomizeScene.ts @@ -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; }