Explorar el Código

Replaced tab with space in comment.

Alberto Passalacqua hace 6 años
padre
commit
8084b9adf4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/loaders/STLLoader.js

+ 1 - 1
examples/js/loaders/STLLoader.js

@@ -51,7 +51,7 @@
  *
  *  }
  *
- *	materials.push(material);
+ *  materials.push(material);
  *  var mesh = new THREE.Mesh(geometry, materials);
  */