diff options
Diffstat (limited to 'shaders/gl330/cross_hatching.fs')
| -rw-r--r-- | shaders/gl330/cross_hatching.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/gl330/cross_hatching.fs b/shaders/gl330/cross_hatching.fs index e2362212..7e25b25b 100644 --- a/shaders/gl330/cross_hatching.fs +++ b/shaders/gl330/cross_hatching.fs @@ -5,7 +5,7 @@ in vec2 fragTexCoord; out vec4 fragColor; uniform sampler2D texture0; -uniform vec4 tintColor; +uniform vec4 fragTintColor; // NOTE: Add here your custom variables |
