diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 41ce749a0b..1476d06974 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -705,7 +705,7 @@ void ScreenEdit::Init() { m_pSoundMusic = NULL; - GAMESTATE->m_bIsUsingStepTiming = true; + GAMESTATE->m_bIsUsingStepTiming = false; GAMESTATE->m_bInStepEditor = true; SubscribeToMessage( "Judgment" );