pass TapNote to GhostArrowRow::SetHoldShowing

This commit is contained in:
Glenn Maynard
2007-05-13 16:15:11 +00:00
parent 6a665f43fb
commit 8ea63dbbd6
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -852,7 +852,7 @@ void NoteField::DrawPrimitives()
const bool bHoldGhostShowing = tn.HoldResult.bActive && tn.HoldResult.fLife > 0;
const bool bIsHoldingNote = tn.HoldResult.bHeld;
if( bHoldGhostShowing )
m_pCurDisplay->m_GhostArrowRow.SetHoldShowing( c );
m_pCurDisplay->m_GhostArrowRow.SetHoldShowing( c, tn );
ASSERT_M( NoteRowToBeat(iStartRow) > -2000, ssprintf("%i %i %i", iStartRow, iEndRow, c) );