From 11ca0b771632ac0ef237e182d5a9901449d19d11 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 3 Aug 2018 00:19:55 +0200 Subject: [PATCH] Remove an unused uniform. --- blend.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blend.frag b/blend.frag index 154538e..5f78259 100644 --- a/blend.frag +++ b/blend.frag @@ -4,7 +4,7 @@ in vec2 tc; out vec4 rgba; uniform sampler2D image0_tex, image1_tex, flow_tex; -uniform float alpha, flow_consistency_tolerance; +uniform float alpha; void main() { -- 2.39.2