Merge pull request #183 from sigatrev/judgment-message-tracks
fix judgment message param Tracks for holds
This commit is contained in:
+1
-1
@@ -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 );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user