提交 25245257 编写于 作者: M Mr.doob

Editor: Fixed issue in TransformControls that disabled the controls when...

Editor: Fixed issue in TransformControls that disabled the controls when deleting an object while rollovering it.
上级 55d6ec24
......@@ -119,7 +119,8 @@ var Viewport = function ( editor ) {
if ( object.userData.object !== undefined ) {
// helper
editor.select( object.userData.object );
} else {
......
......@@ -364,6 +364,7 @@ THREE.TransformControls = function ( camera, domElement, doc ) {
this.detach = function ( object ) {
this.object = undefined;
this.hovered = false;
this.hide();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册