diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 5ed7e1ae1b..3d7e6c1ca1 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -311,7 +311,7 @@ void ScreenSelectMusic::Init() this->AddChild( &m_bgOptionsOut ); m_bgNoOptionsOut.Load( THEME->GetPathB(m_sName,"no options out") ); - m_bgOptionsOut.SetDrawOrder( DRAW_ORDER_TRANSITIONS+2 ); + m_bgNoOptionsOut.SetDrawOrder( DRAW_ORDER_TRANSITIONS+2 ); this->AddChild( &m_bgNoOptionsOut ); m_soundDifficultyEasier.Load( THEME->GetPathS(m_sName,"difficulty easier") );