fix update done twice

This commit is contained in:
Glenn Maynard
2005-10-10 03:57:09 +00:00
parent b0df6d2d68
commit 3b32e9d0d2
-2
View File
@@ -167,8 +167,6 @@ void NoteField::Update( float fDeltaTime )
cur->m_ReceptorArrowRow.Update( fDeltaTime );
cur->m_GhostArrowRow.Update( fDeltaTime );
cur->m_ReceptorArrowRow.Update( fDeltaTime );
if( m_fPercentFadeToFail >= 0 )
m_fPercentFadeToFail = min( m_fPercentFadeToFail + fDeltaTime/1.5f, 1 ); // take 1.5 seconds to totally fade