mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fixed Issue 9
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user