Paul Masson hace 7 años
padre
commit
5503b0bfa8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/DirectGeometry.js

+ 1 - 1
src/core/DirectGeometry.js

@@ -139,7 +139,7 @@ Object.assign( DirectGeometry.prototype, {
 		var hasSkinWeights = skinWeights.length === vertices.length;
 
 		//
-		
+
 		if ( faces.length === 0 ) {
 
 			console.error( 'THREE.DirectGeometry: Faceless geometries are not supported.' );