This commit is contained in:
Glenn Maynard
2005-10-27 19:24:25 +00:00
parent ac696aebe8
commit 099aea8d1c
+1 -1
View File
@@ -596,7 +596,7 @@ void BackgroundImpl::LoadFromSong( const Song* pSong )
// end showing the static song background
BackgroundChange change;
(BackgroundDef&)change = STATIC_BACKGROUND_DEF;
change.m_def = STATIC_BACKGROUND_DEF;
change.m_fStartBeat = pSong->m_fLastBeat;
layer.m_aBGChanges.push_back( change );
}