Paul Masson 7 years ago
parent
commit
5503b0bfa8
1 changed files with 1 additions and 1 deletions
  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.' );