Browse Source

minor: pass is public

ncannasse 7 năm trước cách đây
mục cha
commit
1d76152ef6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      h3d/pass/ScreenFx.hx

+ 1 - 1
h3d/pass/ScreenFx.hx

@@ -3,7 +3,7 @@ package h3d.pass;
 class ScreenFx<T:hxsl.Shader> {
 
 	public var shader : T;
-	var pass : h3d.mat.Pass;
+	public var pass : h3d.mat.Pass;
 	var manager : ShaderManager;
 	var plane : h3d.prim.Primitive;
 	var engine : h3d.Engine;