diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 38127791dc..31408dbbcb 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -847,10 +847,7 @@ void ScreenEdit::Update( float fDeltaTime ) } if( GAMESTATE->m_fSongBeat > fLastBeat ) - { TransitionEditState( STATE_EDITING ); - GAMESTATE->m_fSongBeat = NoteRowToBeat( m_iStartPlayingAt ); - } }