diff options
Diffstat (limited to 'shaders/gles100/cross_stitching.fs')
| -rw-r--r-- | shaders/gles100/cross_stitching.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/gles100/cross_stitching.fs b/shaders/gles100/cross_stitching.fs index 09b3ad4a..f1afef04 100644 --- a/shaders/gles100/cross_stitching.fs +++ b/shaders/gles100/cross_stitching.fs @@ -5,7 +5,7 @@ precision mediump float; varying vec2 fragTexCoord; uniform sampler2D texture0; -uniform vec4 tintColor; +uniform vec4 fragTintColor; // NOTE: Add here your custom variables |
