Fix stray TAP_HOLD_HEADs when merging hold notes in the editor, and
possibly other problems.
This commit is contained in:
@@ -136,7 +136,8 @@ void NoteData::AddHoldNote( HoldNote add )
|
|||||||
add.fEndBeat = max(add.fEndBeat, other.fEndBeat);
|
add.fEndBeat = max(add.fEndBeat, other.fEndBeat);
|
||||||
|
|
||||||
// delete this HoldNote
|
// delete this HoldNote
|
||||||
m_HoldNotes.erase(m_HoldNotes.begin()+i, m_HoldNotes.begin()+i+1);
|
RemoveHoldNote( i );
|
||||||
|
--i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user