diff options
-rw-r--r-- | pass1.frag | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,6 +57,6 @@ void main() { fbuv += 0.5; // restore center // add transformed version of previous frame on top - color += texture(buf, fbuv) * 0.98; + color += texture(buf, fbuv) * 0.99; } |