mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
remove some cruft
This commit is contained in:
parent
4524274377
commit
0f22705b0b
1 changed files with 0 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue