Fix bHoldNoteBeginsOnThisBeat

This commit is contained in:
Glenn Maynard
2003-08-16 17:28:15 +00:00
parent da820462ae
commit 725684ae81
+1 -1
View File
@@ -423,7 +423,7 @@ void NoteField::DrawPrimitives()
bool bHoldNoteBeginsOnThisBeat = false;
for( int c2=0; c2<GetNumTracks(); c2++ )
{
if( tn == TAP_HOLD_HEAD )
if( GetTapNote(c2, i) == TAP_HOLD_HEAD )
{
bHoldNoteBeginsOnThisBeat = true;
break;