修改自定义编号判断

This commit is contained in:
xief 2023-07-31 17:57:16 +08:00
parent a55986761e
commit f60054ca19

View File

@ -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());
}