修改自定义编号判断
This commit is contained in:
parent
a55986761e
commit
f60054ca19
@ -154,7 +154,7 @@ export class SimpleBoard
|
|||||||
mesh.userData = ext.Normal;
|
mesh.userData = ext.Normal;
|
||||||
edges.forEach(e => e.userData = ext.Normal);
|
edges.forEach(e => e.userData = ext.Normal);
|
||||||
// 自定义编号
|
// 自定义编号
|
||||||
if (this._CustomNumber && this._CustomNumber.length > 0)
|
if (this._CustomNumber)
|
||||||
{
|
{
|
||||||
mesh.add(this.createCustomNo());
|
mesh.add(this.createCustomNo());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user