From: Steinar H. Gunderson Date: Thu, 3 Apr 2014 00:05:35 +0000 (+0200) Subject: Fix a bug where having two DeconvolutionSharpenEffects in one chain would cause shade... X-Git-Tag: 1.1~7 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=a5a795f293fcf84f24ddcebd062a5d433f7be8e4 Fix a bug where having two DeconvolutionSharpenEffects in one chain would cause shader compile errors. --- diff --git a/deconvolution_sharpen_effect.frag b/deconvolution_sharpen_effect.frag index 4b4b18f..75f249a 100644 --- a/deconvolution_sharpen_effect.frag +++ b/deconvolution_sharpen_effect.frag @@ -49,3 +49,5 @@ vec4 FUNCNAME(vec2 tc) { return sum; } + +#undef R