修复双面编号问题

This commit is contained in:
xief
2023-07-18 09:19:03 +08:00
parent 27dd548309
commit e5b944539e
2 changed files with 3 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ export class SimpleBoard
text.applyMatrix4(new Matrix4().setPosition(position));
}
text.CreateDoubleMesh(this._BoardType === BoardType.Layer);
// text.CreateDoubleMesh(this._BoardType === BoardType.Layer);
return text;
}