Merge pull request #183 from sigatrev/judgment-message-tracks

fix judgment message param Tracks for holds
This commit is contained in:
Colby Klein
2014-06-09 00:56:55 -07:00
+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 );
};