From e42c227d336ce76d30a7c28755947208a1332487 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 13 Nov 2005 18:58:54 +0000 Subject: [PATCH] cleanup --- stepmania/src/RageDisplay_OGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 5e10a54150..b5bb895f3c 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -678,7 +678,7 @@ bool RageDisplay_OGL::BeginFrame() { glClearColor( 0,0,0,1 ); SetZWrite( true ); - glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT ); + glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT ); return true; }