This commit is contained in:
Glenn Maynard
2005-11-13 18:58:54 +00:00
parent 2b9b2a7434
commit e42c227d33
+1 -1
View File
@@ -678,7 +678,7 @@ bool RageDisplay_OGL::BeginFrame()
{ {
glClearColor( 0,0,0,1 ); glClearColor( 0,0,0,1 );
SetZWrite( true ); SetZWrite( true );
glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT ); glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT );
return true; return true;
} }