Comment, is it still needed?

This commit is contained in:
Josh Allen
2006-04-14 13:26:22 +00:00
parent 5f3fe4ec4f
commit 90121ba0f7
+1 -1
View File
@@ -707,7 +707,7 @@ void NoteDataUtil::RemoveSimultaneousNotes( NoteData &in, int iMaxSimultaneous,
// given time. Never touch data outside of the range given; if many hold notes are overlapping
// iStartIndex, and we'd have to change those holds to obey iMaxSimultaneous, just do the best
// we can without doing so.
notes to turn all the HoldNotes into TapNotes
// notes to turn all the HoldNotes into TapNotes
FOREACH_NONEMPTY_ROW_ALL_TRACKS_RANGE( in, r, iStartIndex, iEndIndex )
{
set<int> viTracksHeld;