]> git.sesse.net Git - movit/commitdiff
Fix a bug where having two DeconvolutionSharpenEffects in one chain would cause shade...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 3 Apr 2014 00:05:35 +0000 (02:05 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 3 Apr 2014 00:05:35 +0000 (02:05 +0200)
deconvolution_sharpen_effect.frag

index 4b4b18f163b6e272a677a61ec51e070b8d01680e..75f249a2e896bb444b031fc880de205885eb0506 100644 (file)
@@ -49,3 +49,5 @@ vec4 FUNCNAME(vec2 tc) {
 
        return sum;
 }
+
+#undef R