mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
PostProcessing: fix lens distortion shader
This has been broken since b44a0980eb
.
This commit is contained in:
@ -53,7 +53,7 @@ void main()
|
||||
float offsetAdd;
|
||||
|
||||
// layer0 = left eye, layer1 = right eye
|
||||
if (layer == 1)
|
||||
if (src_layer == 1)
|
||||
{
|
||||
offsetAdd = stereoOffset;
|
||||
}
|
||||
|
Reference in New Issue
Block a user