Fixed "wrong frame shown for tap on same row as hold head"

This commit is contained in:
Chris Danford
2002-10-20 05:25:34 +00:00
parent 833fc3ccdb
commit 3445d28025
+1
View File
@@ -445,6 +445,7 @@ void NoteDisplay::DrawTap( const int iCol, const float fBeat, const bool bOnSame
m_sprHoldParts.SetXY( fXPos, fYPos );
m_sprHoldParts.SetDiffuse( colorGrayPart );
m_sprHoldParts.SetGlow( D3DXCOLOR(1,1,1,fGlow) );
m_sprHoldParts.StopUsingCustomCoords();
m_sprHoldParts.SetState( 0 );
m_sprHoldParts.Draw();
}