diff options
author | Brian Paul <[email protected]> | 2009-11-17 16:14:09 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-17 16:16:30 -0700 |
commit | b08f44754762c50456c2cb9d2106e1b6db43ff01 (patch) | |
tree | f37575bc2997b86da010a7dc23c0d45b0c6b797e /progs/glsl/shtest.c | |
parent | 1888a7276538a3adfe268e235e56b9931d608243 (diff) |
progs/glsl: change //-style comments
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 628a7dd5b98..9d76e018e37 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); |