diff options
Diffstat (limited to 'progs/glsl/shtest.c')
| -rw-r--r-- | progs/glsl/shtest.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/progs/glsl/shtest.c b/progs/glsl/shtest.c index 628a7dd5b9..9d76e018e3 100644 --- a/progs/glsl/shtest.c +++ b/progs/glsl/shtest.c @@ -627,7 +627,7 @@ Init(void)     NumAttribs = GetAttribs(Program, Attribs);     PrintAttribs(Attribs); -   //assert(glGetError() == 0); +   /*assert(glGetError() == 0);*/     glClearColor(0.4f, 0.4f, 0.8f, 0.0f); | 
