gl: add missing else in calibration pass fragment shader

This commit is contained in:
Megamouse 2024-01-29 21:47:25 +01:00
parent 17b5a36b59
commit 240f80b467
1 changed files with 1 additions and 0 deletions

View File

@ -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"