瀏覽代碼

Update src/materials/MeshFaceMaterial.js

gero3 13 年之前
父節點
當前提交
465d2f6662
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/materials/MeshFaceMaterial.js

+ 0 - 1
src/materials/MeshFaceMaterial.js

@@ -10,7 +10,6 @@ THREE.MeshFaceMaterial = function ( materials ) {
 
 THREE.MeshFaceMaterial.prototype.clone = function () {
 	
-	//TODO do we need to clone the materials in the array also?? 
 	var material = new THREE.MeshFaceMaterial();
 	material.materials = this.materials;
 	return material;