GBA Video: Fix potential shader compilation error

This commit is contained in:
Vicki Pfau 2024-11-03 18:00:36 -08:00
parent b272968969
commit 17b03b6f20
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ static const char* const _renderWindow =
"}\n"
"bool test(vec3 circle, vec4 top, vec4 bottom) {\n"
" if (circle.z > 0) {\n"
" if (circle.z > 0.) {\n"
" return distance(circle.xy, texCoord.xy) <= circle.z;\n"
" }\n"
" return crop(interpolate(top, bottom));\n"