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

Remove extra semicolon in webl_tonemapping

上级 fa29d672
......@@ -132,7 +132,7 @@
group = new THREE.Group();
scene.add( group );
var geometry = new THREE.TorusKnotGeometry( 18, 8, 150, 20 );;
var geometry = new THREE.TorusKnotGeometry( 18, 8, 150, 20 );
var mesh = new THREE.Mesh( geometry, standardMaterial );
mesh.castShadow = true;
mesh.receiveShadow = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册