From f60054ca19cf18e81a210d6a49f7d676bec7737a Mon Sep 17 00:00:00 2001 From: xief <1789784602@qq.com> Date: Mon, 31 Jul 2023 17:57:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E7=BC=96=E5=8F=B7=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SimpleBoard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SimpleBoard.ts b/src/SimpleBoard.ts index cc651a3..9a1a481 100644 --- a/src/SimpleBoard.ts +++ b/src/SimpleBoard.ts @@ -154,7 +154,7 @@ export class SimpleBoard mesh.userData = ext.Normal; edges.forEach(e => e.userData = ext.Normal); // 自定义编号 - if (this._CustomNumber && this._CustomNumber.length > 0) + if (this._CustomNumber) { mesh.add(this.createCustomNo()); }