diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index 8a7c8cb332..a3e17efa4a 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -698,7 +698,7 @@ void RageDisplay::SetLightDirectional( void RageDisplay::SetBackfaceCull( bool b ) { - g_pd3dDevice->SetRenderState( D3DRS_CULLMODE, b ? D3DCULL_CCW : D3DCULL_NONE ); + g_pd3dDevice->SetRenderState( D3DRS_CULLMODE, b ? D3DCULL_CW : D3DCULL_NONE ); } void RageDisplay::DeleteTexture( unsigned uTexHandle )