瀏覽代碼

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 ) {