diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 4809bab992..5a80c62890 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -83,6 +83,7 @@ void ScreenSelectMusic::Init() /* Cache: */ g_sFallbackCDTitlePath = THEME->GetPathG(m_sName,"fallback cdtitle"); + TEXTUREMAN->CacheTexture( g_sFallbackCDTitlePath ); if( GAMESTATE->m_pCurStyle == NULL ) RageException::Throw( "The Style has not been set. A theme must set the Style before loading ScreenSelectMusic." );