Browse Source

Replaced tab with space in comment.

Alberto Passalacqua 6 years ago
parent
commit
8084b9adf4
1 changed files with 1 additions and 1 deletions
  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);
  */