Forráskód Böngészése

GLTFEXporter: Clean up

linbingquan 6 éve
szülő
commit
4d3ff609cf
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      examples/js/exporters/GLTFExporter.js

+ 1 - 1
examples/js/exporters/GLTFExporter.js

@@ -1078,7 +1078,7 @@ THREE.GLTFExporter.prototype = {
 			} else {
 
 				if ( ! geometry.isBufferGeometry ) {
-					
+
 					console.warn( 'GLTFExporter: Exporting THREE.Geometry will increase file size. Use THREE.BufferGeometry instead.' );
 
 					var geometryTemp = new THREE.BufferGeometry();