Fixed Issue 9

This commit is contained in:
Marcus Wanners 2011-06-18 15:14:57 +00:00
parent 4b68a543ba
commit 614b189cc0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ void main(out float4 ocol0 : COLOR0, in float2 uv0 : TEXCOORD0)
float blue = c0.b;
// Red Eye (Red)
// Left Eye (Red)
float4 c1 = texRECT(samp0, uv0 + float2(sep,0)).rgba;
red = max(c0.r, c1.r);