From 9d5ca1ccbfa7a04fc8504d45ed39baff05e6f666 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Oct 2005 02:20:36 +0000 Subject: [PATCH] Don't Reset(). It clears too much state (unsubscribing messages, etc). InitCommand and OnCommand should undo any state needed. --- stepmania/src/Background.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/Background.cpp b/stepmania/src/Background.cpp index 9347f79746..e1d6cdc9e0 100644 --- a/stepmania/src/Background.cpp +++ b/stepmania/src/Background.cpp @@ -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