From d7c160865a1892324992e465c71f0ecf2cfae1f8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 5 Nov 2005 16:18:56 +0000 Subject: [PATCH] cvs upd -D "one week ago" RageDisplay_D3D.cpp --- stepmania/src/RageDisplay_D3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index 88af307ead..4ae8c0c0c2 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -1141,7 +1141,7 @@ void RageDisplay_D3D::SetTextureModeAdd() g_pd3dDevice->SetTextureStageState( g_currentTextureUnit, D3DTSS_COLOROP, D3DTOP_ADD ); g_pd3dDevice->SetTextureStageState( g_currentTextureUnit, D3DTSS_ALPHAARG1, D3DTA_TEXTURE ); g_pd3dDevice->SetTextureStageState( g_currentTextureUnit, D3DTSS_ALPHAARG2, D3DTA_CURRENT ); - g_pd3dDevice->SetTextureStageState( g_currentTextureUnit, D3DTSS_ALPHAOP, D3DTOP_MODULATE ); + g_pd3dDevice->SetTextureStageState( g_currentTextureUnit, D3DTSS_ALPHAOP, D3DTOP_ADD ); } void RageDisplay_D3D::SetTextureFiltering( bool b )