diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index a94a8b5912..ee9c59fc73 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -2034,7 +2034,8 @@ void ScreenEdit::TransitionEditState( EditState em ) GAMESTATE->m_bGameplayLeadIn.Set( false ); /* Reset the note skin, in case preferences have changed. */ - GAMESTATE->ResetNoteSkins(); + // XXX + // GAMESTATE->ResetNoteSkins(); break; }