mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 13:50:05 +00:00
Merge pull request #1181 from davidgyu/dev_glhud_typo_fix
Fixed a typo in examples/common/glHud.cpp
This commit is contained in:
commit
35ec5a43ea
@ -121,7 +121,7 @@ static const char *s_BG_FS =
|
||||
"varying vec2 uv;\n"
|
||||
"void main() {\n"
|
||||
" gl_FragColor = vec4(mix(0.1, 0.5, sin((uv.y*0.5+0.5)*3.14159)));\n"
|
||||
" gl_FragColor.a = 1.0;\n";
|
||||
" gl_FragColor.a = 1.0;\n"
|
||||
"}\n";
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user