aboutsummaryrefslogtreecommitdiff
path: root/shaders/glsl330/cross_hatching.fs
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/glsl330/cross_hatching.fs')
-rw-r--r--shaders/glsl330/cross_hatching.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/glsl330/cross_hatching.fs b/shaders/glsl330/cross_hatching.fs
index c12c48cd..f95ad075 100644
--- a/shaders/glsl330/cross_hatching.fs
+++ b/shaders/glsl330/cross_hatching.fs
@@ -6,7 +6,7 @@ in vec4 fragColor;
// Input uniform values
uniform sampler2D texture0;
-uniform vec4 fragTintColor;
+uniform vec4 colDiffuse;
// Output fragment color
out vec4 finalColor;