mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
gl: add missing else in calibration pass fragment shader
This commit is contained in:
parent
17b5a36b59
commit
240f80b467
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ namespace gl
|
|||
" return texture(fs0,tc0);\n"
|
||||
" }\n"
|
||||
" }\n"
|
||||
" else\n"
|
||||
" {\n"
|
||||
" vec2 coord_left = tc0 * vec2(1.f, 0.4898f);\n"
|
||||
" vec2 coord_right = coord_left + vec2(0.f, 0.510204f);\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue