diff options
Diffstat (limited to 'shaders/glsl100/fisheye.fs')
| -rw-r--r-- | shaders/glsl100/fisheye.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/glsl100/fisheye.fs b/shaders/glsl100/fisheye.fs index 9dba297b..461e1405 100644 --- a/shaders/glsl100/fisheye.fs +++ b/shaders/glsl100/fisheye.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 |
