[cleanNoteData] We don't change step types here.

This commit is contained in:
Jason Felds
2012-02-27 13:45:12 -05:00
parent d581f8b4c5
commit 1b071cb057
+1 -1
View File
@@ -2079,7 +2079,7 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB )
pSteps->SetNoteData( m_NoteDataEdit );
// Get all Steps of this StepsType
StepsType st = pSteps->m_StepsType;
const StepsType st = pSteps->m_StepsType;
vector<Steps*> vSteps;
SongUtil::GetSteps( GAMESTATE->m_pCurSong, vSteps, st );