diff options
Diffstat (limited to 'progs/util')
| -rw-r--r-- | progs/util/shaderutil.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/progs/util/shaderutil.c b/progs/util/shaderutil.c index adcf2149e2..2f44c388d8 100644 --- a/progs/util/shaderutil.c +++ b/progs/util/shaderutil.c @@ -38,6 +38,7 @@ ShadersSupported(void)        fprintf(stderr, "Warning: Trying ARB GLSL instead of OpenGL 2.x.  This may not work.\n");        return GL_TRUE;     } +   fprintf(stderr, "Sorry, GLSL not supported with this OpenGL.\n");     return GL_FALSE;  } | 
