changed a comment
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 4 Apr 2000 15:20:20 +0000 (15:20 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 4 Apr 2000 15:20:20 +0000 (15:20 +0000)
progs/demos/occlude.c

index f807fffc76b75713c11bb3866f1654f274f8f367..e26446059b335e76084aaace647f1bcdbb97bd97 100644 (file)
@@ -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);