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:
parent
b336e3b08a
commit
fc9865e273
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ export class CustomizeScene extends AbstractCharacterScene {
|
||||||
update(time: number, delta: number): void {
|
update(time: number, delta: number): void {
|
||||||
if (this.lazyloadingAttempt) {
|
if (this.lazyloadingAttempt) {
|
||||||
this.moveLayers();
|
this.moveLayers();
|
||||||
|
this.doMoveCursorHorizontally(this.moveHorizontally);
|
||||||
this.lazyloadingAttempt = false;
|
this.lazyloadingAttempt = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue