This commit is contained in:
Steve Checkoway
2006-07-28 04:38:12 +00:00
parent e081585830
commit 2d68d7b13e
+1
View File
@@ -2068,6 +2068,7 @@ void NoteDataUtil::RemoveAllTapsOfType( NoteData& ndInOut, TapNote::Type typeToR
void NoteDataUtil::RemoveAllTapsExceptForType( NoteData& ndInOut, TapNote::Type typeToKeep )
{
/* Same as in RemoveAllTapsOfType(). */
for( int t=0; t<ndInOut.GetNumTracks(); t++ )
{
for( NoteData::iterator iter = ndInOut.begin(t); iter != ndInOut.end(t); )