Don't Reset(). It clears too much state (unsubscribing messages, etc). InitCommand

and OnCommand should undo any state needed.
This commit is contained in:
Glenn Maynard
2005-10-16 02:20:36 +00:00
parent 130cbb882a
commit 9d5ca1ccbf
-1
View File
@@ -804,7 +804,6 @@ void BackgroundImpl::Layer::UpdateCurBGChange( const Song *pSong, float fLastMus
}
}
m_pCurrentBGA->Reset();
m_pCurrentBGA->SetUpdateRate( change.m_fRate );
// Set Lua color globals before calling Init and On