diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-11-24 12:01:39 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-11-24 12:01:39 +0000 |
commit | 027fdb8bbd73119a1c0ad09432f7ac24ff24517b (patch) | |
tree | fdf93e01e792f4761a2df8753ab47cfd0fa806b6 /progs/demos/texobj.c | |
parent | 3a7c3b02a38ce4707effbd5ac1ca5c07a9d3e8a4 (diff) |
Merge head into branchvtx-0-2-24112003
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 ff701e98c3..f30ede464c 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 ); |