diff options
Diffstat (limited to 'progs/demos/occlude.c')
-rw-r--r-- | progs/demos/occlude.c | 2 |
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); |