From ed388938a1384fc1bd4ade7f013897abb31f4207 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 4 Apr 2000 15:20:20 +0000 Subject: changed a comment --- progs/demos/occlude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/demos/occlude.c b/progs/demos/occlude.c index f807fffc76..e26446059b 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); -- cgit v1.2.3