From b9cba048f45bae300d3fde0806beb2b121c5ae53 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 27 Mar 2008 05:58:37 +0000 Subject: [PATCH] draw stroke on top of diffuse --- stepmania/src/BitmapText.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index 70b76fa974..31e37eba2d 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -542,19 +542,6 @@ void BitmapText::DrawPrimitives() DISPLAY->PopMatrix(); } - // - // render the stroke - // - bool bUsingStrokeTexture = !!m_vpFontPageTextures[0]->m_pTextureStroke; - if( bUsingStrokeTexture && m_StrokeColor.a > 0 ) - { - RageColor c = m_StrokeColor; - c.a *= m_pTempState->diffuse[0].a; - for( unsigned i=0; im_pTextureStroke; + if( bUsingStrokeTexture && m_StrokeColor.a > 0 ) + { + RageColor c = m_StrokeColor; + c.a *= m_pTempState->diffuse[0].a; + for( unsigned i=0; i