소스 검색

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;