修复选择无法取消

This commit is contained in:
xiefan 2020-04-03 10:32:08 +08:00
parent caa39923dd
commit 5bccd97ab1

View File

@ -214,6 +214,7 @@ export class Viewer
{ {
if (obj.id == meshId) if (obj.id == meshId)
{ {
this.oldMesh = obj;
obj.material = selectMaterial; obj.material = selectMaterial;
this.m_bNeedUpdate = true; this.m_bNeedUpdate = true;
} }