提交 c5680b22 编写于 作者: M Michael Herzog 提交者: GitHub

Update ParametricGeometries.js

Remove obsolete constructor parameter.
上级 0eeee301
......@@ -241,7 +241,7 @@ THREE.ParametricGeometries.SphereGeometry = function ( size, u, v ) {
}
THREE.ParametricGeometry.call( this, sphere, u, v, ! true );
THREE.ParametricGeometry.call( this, sphere, u, v );
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册