소스 검색

removed renderPass=1

ncannasse 11 년 전
부모
커밋
d338c68ad7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      h3d/parts/Material.hx

+ 0 - 1
h3d/parts/Material.hx

@@ -62,7 +62,6 @@ class Material extends h3d.mat.Material {
 		blend(SrcAlpha, One);
 		culling = None;
 		depthWrite = false;
-		renderPass = 1;
 	}
 	
 	override function clone( ?m : h3d.mat.Material ) {