diff options
Diffstat (limited to 'shaders/gl330/swirl.fs')
| -rw-r--r-- | shaders/gl330/swirl.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/gl330/swirl.fs b/shaders/gl330/swirl.fs index 18a47cec..e88b59c9 100644 --- a/shaders/gl330/swirl.fs +++ b/shaders/gl330/swirl.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 |
