Fix Compress/Expand Steps bug.

This commit is contained in:
Jason Felds
2011-03-17 15:13:30 -04:00
parent ef1c7e7c76
commit 3c3618f28d
4 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -149,9 +149,8 @@ namespace NoteDataUtil
int iStartIndex = 0, int iEndIndex = MAX_NOTE_ROW );
void AddTapAttacks( NoteData &nd, Song* pSong );
// void Scale( NoteData &nd, float fScale );
void Scale( NoteData &nd, float fScale );
void ScaleRegion( NoteData &nd, float fScale, int iStartIndex = 0, int iEndIndex = MAX_NOTE_ROW );
inline void Scale( NoteData &nd, float fScale ) { NoteDataUtil::ScaleRegion(nd, fScale); }
void InsertRows( NoteData &nd, int iStartIndex, int iRowsToShift );
void DeleteRows( NoteData &nd, int iStartIndex, int iRowsToShift );