aboutsummaryrefslogtreecommitdiff
path: root/shaders/glsl330/fisheye.fs
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/glsl330/fisheye.fs')
-rw-r--r--shaders/glsl330/fisheye.fs2
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