no message

This commit is contained in:
Chris Danford
2001-12-11 11:44:26 +00:00
parent ffd50d9087
commit 7879b119a4
3 changed files with 220 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ void Background::LoadFromSong( Song& song )
}
}
void Background::Update( const FLOAT& fDeltaTime)
void Background::Update( float fDeltaTime)
{
Sprite::Update( fDeltaTime );
m_sprVis.Update( fDeltaTime );