From a005f11a84dd535fb91c45675e7bf1100c9718ef Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Thu, 18 Jul 2019 20:16:23 +0800 Subject: [PATCH] PlaneGeometryComponent --- .../src/editor2/component/geometry/LatheGeometryComponent.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ShadowEditor.Web/src/editor2/component/geometry/LatheGeometryComponent.jsx b/ShadowEditor.Web/src/editor2/component/geometry/LatheGeometryComponent.jsx index 80ade1c9..c307136b 100644 --- a/ShadowEditor.Web/src/editor2/component/geometry/LatheGeometryComponent.jsx +++ b/ShadowEditor.Web/src/editor2/component/geometry/LatheGeometryComponent.jsx @@ -77,8 +77,6 @@ class LatheGeometryComponent extends React.Component { const points = this.selected.geometry.parameters.points; - debugger - app.editor.execute(new SetGeometryCommand(this.selected, new THREE.LatheBufferGeometry( points, state.segments,