Sfoglia il codice sorgente

BufferGeometryUtils: Format

Mugen87 7 anni fa
parent
commit
65a4179fb0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      examples/js/BufferGeometryUtils.js

+ 0 - 1
examples/js/BufferGeometryUtils.js

@@ -270,7 +270,6 @@ THREE.BufferGeometryUtils = {
 		if ( isIndexed ) {
 
 			var indexOffset = 0;
-
 			var mergedIndex = [];
 
 			for ( var i = 0; i < geometries.length; ++ i ) {