瀏覽代碼

Replaced tab with space in comment.

Alberto Passalacqua 6 年之前
父節點
當前提交
8084b9adf4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
  */