different approach for displaying preview

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-03-11 15:21:51 +01:00
parent 138e8aece4
commit 6d50d15630
3 changed files with 71 additions and 34 deletions
+1
View File
@@ -125,6 +125,7 @@ export class CustomizeScene extends AbstractCharacterScene {
public update(time: number, dt: number): void {
this.customWokaPreviewer.update();
if (this.lazyloadingAttempt) {
this.moveLayers();
this.doMoveCursorHorizontally(this.moveHorizontally);