fix judgment message param Tracks for holds

This commit is contained in:
sigatrev
2014-06-01 19:22:24 -05:00
parent 6ea05fa0c8
commit a436e04310
+1 -1
View File
@@ -2809,7 +2809,7 @@ void Player::UpdateJudgedRows()
{
const TapNote &tn = m_NoteData.GetTapNote( iTrack, iRow );
if (tn.type == TapNote::tap || tn.type == TapNote::lift ||
( tn.type == TapNote::hold_head && !REQUIRE_STEP_ON_HOLD_HEADS ) )
( tn.type == TapNote::hold_head && REQUIRE_STEP_ON_HOLD_HEADS ) )
{
viColsWithTaps.push_back( iTrack );
};