From 27741a74670dccaaa01941db81407a9d0b637fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=BC=9F=E5=BC=BA?= Date: Wed, 14 Jun 2023 08:53:26 +0000 Subject: [PATCH] =?UTF-8?q?!2247=20=E4=BA=8C=E7=BB=B4=E5=88=80=E8=B7=AF?= =?UTF-8?q?=E7=9A=84=E5=81=8F=E7=A7=BB=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Store/RightPanelStore/Modeling2Store.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/UI/Store/RightPanelStore/Modeling2Store.ts b/src/UI/Store/RightPanelStore/Modeling2Store.ts index e728b01fa..51f63843e 100644 --- a/src/UI/Store/RightPanelStore/Modeling2Store.ts +++ b/src/UI/Store/RightPanelStore/Modeling2Store.ts @@ -88,12 +88,14 @@ export class Modeling2Store implements IConfigStore { this.modelingItems[i].dir = FaceDirection.Front; this.modelingItems[i].items.length = 1; + this.modelingItems[i].items[0].offset = 0; this.modelingItems[i].items[0].depth = 0; this.modelingItems[i].items[0].knife.id = ""; this.modelingItems[i].items[0].knife.name = ""; this.uiModeingItems[i].items.length = 1; this.uiModeingItems[i].items[0].depth = "0"; + this.uiModeingItems[i].items[0].offset = "0"; } }