diff options
author | Brian Paul <[email protected]> | 2003-10-14 16:59:44 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-10-14 16:59:44 +0000 |
commit | 0f22705b0b3927beead3b88b5fc745579c35a5ae (patch) | |
tree | c044a8e239874fd99e3b41cc2600c22e6ea5ff78 /progs/demos/texobj.c | |
parent | 4524274377f0a9cb088fa9b16105cfb92e3c2d3c (diff) |
remove some cruft
Diffstat (limited to 'progs/demos/texobj.c')
-rw-r--r-- | progs/demos/texobj.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/demos/texobj.c b/progs/demos/texobj.c index ff701e98c3b..f30ede464c0 100644 --- a/progs/demos/texobj.c +++ b/progs/demos/texobj.c @@ -34,8 +34,6 @@ static GLboolean UseObj = GL_FALSE; static void draw( void ) { - glDepthFunc(GL_EQUAL); - /* glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT );*/ glClear( GL_COLOR_BUFFER_BIT ); glColor3f( 1.0, 1.0, 1.0 ); |