diff --git a/examples/js/ParametricGeometries.js b/examples/js/ParametricGeometries.js index 248c007028384e03b82929fe12008e81c7f60c5e..eb055eebf8d0e0e20bbb396ab06cb78714f63599 100644 --- a/examples/js/ParametricGeometries.js +++ b/examples/js/ParametricGeometries.js @@ -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 ); };