Browse Source

removed renderPass=1

ncannasse 11 năm trước cách đây
mục cha
commit
d338c68ad7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 ) {