fix bug with grid not showing starting positions on resize

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-03-16 15:05:47 +01:00
parent ac48a42903
commit a22504b354
+1
View File
@@ -323,6 +323,7 @@ export class CustomizeScene extends AbstractCharacterScene {
new WokaBodyPartSlot(this, 0, 0, this.getDefaultWokaBodyPartSlotConfig(isVertical)).setScale(slotScale) new WokaBodyPartSlot(this, 0, 0, this.getDefaultWokaBodyPartSlotConfig(isVertical)).setScale(slotScale)
); );
} }
this.bodyPartsDraggableGrid.moveContentToBeginning();
} }
private getCustomWokaPreviewerConfig(): CustomWokaPreviewerConfig { private getCustomWokaPreviewerConfig(): CustomWokaPreviewerConfig {