开发:清理

pull/1505/MERGE
ChenX 3 years ago
parent cdae85c0ef
commit 30d66ff5dd

@ -72,6 +72,8 @@ export class Entity extends CADObject
set Material(materialId: ObjectId)
{
if (materialId === this.materialId) return;
this.WriteAllObjectRecord();
this.materialId = materialId;
for (let [type, obj] of this._CacheDrawObject)

Loading…
Cancel
Save