aboutsummaryrefslogtreecommitdiff
path: root/shaders/glsl100/posterization.fs
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/glsl100/posterization.fs')
-rw-r--r--shaders/glsl100/posterization.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/glsl100/posterization.fs b/shaders/glsl100/posterization.fs
index 801ca89c..a7942c82 100644
--- a/shaders/glsl100/posterization.fs
+++ b/shaders/glsl100/posterization.fs
@@ -8,7 +8,7 @@ varying vec4 fragColor;
// Input uniform values
uniform sampler2D texture0;
-uniform vec4 fragTintColor;
+uniform vec4 colDiffuse;
// NOTE: Add here your custom variables