diff options
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 ); |