aboutsummaryrefslogtreecommitdiffstats
path: root/assets/shaders/glsl100/postprocessing.fs
diff options
context:
space:
mode:
Diffstat (limited to 'assets/shaders/glsl100/postprocessing.fs')
-rw-r--r--assets/shaders/glsl100/postprocessing.fs1
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/shaders/glsl100/postprocessing.fs b/assets/shaders/glsl100/postprocessing.fs
index 69b906b..0009fa3 100644
--- a/assets/shaders/glsl100/postprocessing.fs
+++ b/assets/shaders/glsl100/postprocessing.fs
@@ -3,7 +3,6 @@
precision mediump float;
varying vec2 fragTexCoord;
-varying vec4 fragColor;
uniform sampler2D texture0;
uniform vec4 colDiffuse;