移除多余的clone

pull/195/MERGE
ChenX_Mac 6 years ago
parent c38b3e75e5
commit 8a81cad477

@ -159,7 +159,7 @@ export class GetPoint2PromptBlock extends PromptBlock
} }
get Value(): Vector3 get Value(): Vector3
{ {
let ucs = new Matrix4().extractRotation(app.m_Editor.UCSMatrix.clone()); let ucs = new Matrix4().extractRotation(app.m_Editor.UCSMatrix);
return this.basePoint return this.basePoint
.clone() .clone()
.add( .add(

Loading…
Cancel
Save