don't force Songs that specified BGAnimations to switch to the static background on the last note beat
This commit is contained in:
@@ -361,11 +361,10 @@ void Background::LoadFromSong( const Song* pSong )
|
|||||||
else // pSong doesn't have an animation plan
|
else // pSong doesn't have an animation plan
|
||||||
{
|
{
|
||||||
LoadFromRandom( pSong->m_fFirstBeat, pSong->m_fLastBeat, pSong->m_Timing );
|
LoadFromRandom( pSong->m_fFirstBeat, pSong->m_fLastBeat, pSong->m_Timing );
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// end showing the static song background
|
// end showing the static song background
|
||||||
m_aBGChanges.push_back( BackgroundChange(pSong->m_fLastBeat,STATIC_BACKGROUND) );
|
m_aBGChanges.push_back( BackgroundChange(pSong->m_fLastBeat,STATIC_BACKGROUND) );
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// sort segments
|
// sort segments
|
||||||
|
|||||||
Reference in New Issue
Block a user