Fix flicker

This commit is contained in:
elasota
2020-10-13 10:01:55 -04:00
parent 14f7a5beed
commit c13677122c
2 changed files with 9 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
" if (flickerTotal < startThreshold)\n"\
" return vec4(0, 0, 0, 0);\n"\
" else if (flickerTotal >= endThreshold)\n"\
" return color;\n"\
" return vec4(color.rgb, 1);\n"\
"\n"\
" return vec4(1, 1, 1, 1);\n"\
"}\n"\