diff options
author | Vinson Lee <[email protected]> | 2009-12-18 23:38:15 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-18 23:38:15 -0800 |
commit | 121ff55d81f3bff1c298ed84b2dc2d82fd572b0e (patch) | |
tree | 3e0415519eefd7474394519c41fd4de922c8b78c /progs/glsl/shtest.c | |
parent | 41377942d321c6ff858a81241f01f9c15f9ca347 (diff) |
progs/glsl: Use C-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..88315d74614 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); |