mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Fix flicker
This commit is contained in:
@@ -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"\
|
||||
|
Reference in New Issue
Block a user