Explorar o código

Merge pull request #12508 from mrdoob/Mugen87-patch-1

Update ParametricGeometries.js
Mr.doob %!s(int64=8) %!d(string=hai) anos
pai
achega
bea49628c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/ParametricGeometries.js

+ 1 - 1
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 );
 
 };
 

粤ICP备19079148号