From 9a56285da929905f252d69511de5e7cdc8efb6e5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 6 Jan 2007 21:02:44 +0000 Subject: [PATCH] cosmetic: tweak DrawActor and DrawHoldHeadTail together --- stepmania/src/NoteDisplay.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/NoteDisplay.cpp b/stepmania/src/NoteDisplay.cpp index 8df84b0960..612a8facce 100644 --- a/stepmania/src/NoteDisplay.cpp +++ b/stepmania/src/NoteDisplay.cpp @@ -550,8 +550,8 @@ void NoteDisplay::DrawHoldHeadTail( const TapNote& tn, Actor* pActor, NotePart p const float fZ = ArrowEffects::GetZPos( m_pPlayerState, iCol, fYOffset ); const float fAlpha = ArrowEffects::GetAlpha( m_pPlayerState, iCol, fYOffset, fPercentFadeToFail, m_fYReverseOffsetPixels, fDrawDistanceBeforeTargetsPixels, fFadeInPercentOfDrawFar ); const float fGlow = ArrowEffects::GetGlow( m_pPlayerState, iCol, fYOffset, fPercentFadeToFail, m_fYReverseOffsetPixels, fDrawDistanceBeforeTargetsPixels, fFadeInPercentOfDrawFar ); - const RageColor diffuse = RageColor(fColorScale,fColorScale,fColorScale,fAlpha); - const RageColor glow = RageColor(1,1,1,fGlow); + const RageColor diffuse = RageColor(fColorScale,fColorScale,fColorScale,fAlpha); + const RageColor glow = RageColor(1,1,1,fGlow); pActor->SetRotationZ( 0 ); pActor->SetXY( fX, fY );