commit | ed388938a1384fc1bd4ade7f013897abb31f4207 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Tue Apr 04 15:20:20 2000 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Tue Apr 04 15:20:20 2000 +0000 |
tree | d5fbea2bf8e82c65e3ee9d6d2087a5e0c284f6f0 | |
parent | a74394c3a8090ba95b9ceffa63da94e281d78e2f [diff] |
changed a comment
diff --git a/progs/demos/occlude.c b/progs/demos/occlude.c index f807fff..e264460 100644 --- a/progs/demos/occlude.c +++ b/progs/demos/occlude.c
@@ -113,7 +113,7 @@ /* doesn't clear the result flag! */ glColorMask(0, 0, 0, 0); glDepthMask(GL_FALSE); - /* this call clear's the result flag */ + /* this call clear's the result flag. Not really needed for this demo. */ glGetBooleanv(GL_OCCLUSION_TEST_RESULT_HP, &result); glBegin(GL_POLYGON);