mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
PostProcessing: fix lens distortion shader
This has been broken since b44a0980eb
.
This commit is contained in:
parent
c948d7f436
commit
eb4ed72a96
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ void main()
|
|||
float offsetAdd;
|
||||
|
||||
// layer0 = left eye, layer1 = right eye
|
||||
if (layer == 1)
|
||||
if (src_layer == 1)
|
||||
{
|
||||
offsetAdd = stereoOffset;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue