From 7cbba09b89c99a8aee3249b2df9e568c7f385946 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 4 Nov 2005 15:42:20 +0000 Subject: [PATCH] SetZBias in SetDefaultRenderStates --- stepmania/src/RageDisplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageDisplay.cpp b/stepmania/src/RageDisplay.cpp index 49687eaada..ac44ca12ab 100644 --- a/stepmania/src/RageDisplay.cpp +++ b/stepmania/src/RageDisplay.cpp @@ -198,6 +198,7 @@ void RageDisplay::SetDefaultRenderStates() SetAlphaTest( true ); SetBlendMode( BLEND_NORMAL ); SetTextureFiltering( true ); + SetZBias( 0 ); LoadMenuPerspective(0, SCREEN_CENTER_X, SCREEN_CENTER_Y); // 0 FOV = ortho ChangeCentering(0,0,0,0); }