From db5d0f64ff381f2e4f3afef35b53f53787d99b80 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 23 Aug 2002 05:10:31 +0000 Subject: [PATCH] Remove extra LoadFromSong(). --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 2b1009ae38..0b040c431c 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -693,7 +693,7 @@ void ScreenGameplay::LoadNextSong( bool bFirstLoad ) } m_Background.LoadFromSong( GAMESTATE->m_pCurSong ); - m_Background.LoadFromSong( GAMESTATE->m_pCurSong ); +// m_Background.LoadFromSong( GAMESTATE->m_pCurSong ); m_Background.SetDiffuseColor( D3DXCOLOR(0.5f,0.5f,0.5f,1) ); m_Background.BeginTweeningQueued( 2 ); m_Background.SetTweenDiffuseColor( D3DXCOLOR(1,1,1,1) );