summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-04-04 15:20:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-04-04 15:20:20 +0000
commited388938a1384fc1bd4ade7f013897abb31f4207 (patch)
treed5fbea2bf8e82c65e3ee9d6d2087a5e0c284f6f0 /progs
parenta74394c3a8090ba95b9ceffa63da94e281d78e2f (diff)
changed a comment
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/occlude.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/occlude.c b/progs/demos/occlude.c
index f807fffc76b..e26446059b3 100644
--- a/progs/demos/occlude.c
+++ b/progs/demos/occlude.c
@@ -113,7 +113,7 @@ static void Display( void )
/* 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);