diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index d2cb08fab1..70edf89cef 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -653,6 +653,8 @@ void ScreenGameplay::Init() this->AddChild( &m_textSurviveTime ); } } + + m_SongBackground.Init(); if( !GAMESTATE->m_bDemonstrationOrJukebox ) // only load if we're going to use it {