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