make stats text semi-transparent

This commit is contained in:
Chris Danford
2003-05-24 00:37:38 +00:00
parent 0a4e0ce92f
commit 27ec5c48ab
+1 -1
View File
@@ -254,7 +254,7 @@ void ScreenSystemLayer::Update( float fDeltaTime )
if( PREFSMAN && PREFSMAN->m_bShowStats )
{
m_textStats.SetDiffuse( RageColor(1,1,1,1) );
m_textStats.SetDiffuse( RageColor(1,1,1,0.5) );
/* If FPS == 0, we don't have stats yet. */
if(DISPLAY->GetFPS())