Fixed "floating background". Fixed interaction between COLOR_NOTE, and APPEARANCE_*

This commit is contained in:
Chris Danford
2003-01-14 05:56:18 +00:00
parent 1f8f1766e6
commit 1258b0c22f
2 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ void NoteDisplay::DrawTap( const int iCol, const float fBeat, const bool bOnSame
diffuse.g *= noteColor.g;
diffuse.b *= noteColor.b;
glow = RageColor(1,1,1,1)*fGlow + noteColor*(1-fGlow)*0.5f;
glow = RageColor(1,1,1,1)*fGlow + noteColor*(1-fGlow)*0.7f*fAlpha;
}
if( bOnSameRowAsHoldStart && g_bDrawHoldHeadForTapsOnSameRow )