Fix stray TAP_HOLD_HEADs when merging hold notes in the editor, and

possibly other problems.
This commit is contained in:
Glenn Maynard
2003-09-15 05:41:11 +00:00
parent 86fcd7e75a
commit 9ffa8b5c41
+2 -1
View File
@@ -136,7 +136,8 @@ void NoteData::AddHoldNote( HoldNote add )
add.fEndBeat = max(add.fEndBeat, other.fEndBeat);
// delete this HoldNote
m_HoldNotes.erase(m_HoldNotes.begin()+i, m_HoldNotes.begin()+i+1);
RemoveHoldNote( i );
--i;
}
}