mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:04:38 +02: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