This commit is contained in:
Glenn Maynard
2003-02-12 19:39:58 +00:00
parent caee0fc111
commit 8988dab6f7
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ void Background::Update( float fDeltaTime )
if( int(i) > m_iCurBGSegment )
{
// printf( "%d, %d, %f, %f\n", m_iCurBGSegment, i, m_aBGSegments[i].m_fStartBeat, GAMESTATE->m_fSongBeat );
// LOG->Trace( "%d, %d, %f, %f\n", m_iCurBGSegment, i, m_aBGSegments[i].m_fStartBeat, GAMESTATE->m_fSongBeat );
BGAnimation* pOld = GetCurBGA();
m_iCurBGSegment = i;
BGAnimation* pNew = GetCurBGA();