no message

This commit is contained in:
Chris Danford
2001-11-29 06:49:26 +00:00
parent 74d73a3269
commit a867e118cc
2 changed files with 36 additions and 50 deletions
+1
View File
@@ -102,6 +102,7 @@ void Actor::Update( const float &fDeltaTime )
m_fPercentBetweenColors += m_fDeltaPercentPerSecond * fDeltaTime;
if( m_fPercentBetweenColors > 1.0f ) {
m_fPercentBetweenColors = 1.0f;
m_bTweeningTowardEndColor = FALSE;
}
}