提交 d004f343 编写于 作者: T Tristan Valcke

Add missing semicolon in webgl_geometry_spline_editor

上级 c6e3f5ae
......@@ -34,7 +34,7 @@
}
return str;
}
};
var container, stats;
var camera, scene, renderer;
......@@ -172,13 +172,13 @@
transformControl.attach( e.object );
cancelHideTransorm(); // *
} )
} );
dragcontrols.on( 'hoveroff', function( e ) {
if ( e ) delayHideTransform();
} )
} );
controls.addEventListener( 'start', function() {
......@@ -304,7 +304,7 @@
} else {
object.position.x = Math.random() * 1000 - 500;
object.position.y = Math.random() * 600
object.position.y = Math.random() * 600;
object.position.z = Math.random() * 800 - 400;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册