support BGAnimation::FinishTweening

This commit is contained in:
Glenn Maynard
2003-11-05 02:23:21 +00:00
parent d5768fd18a
commit 48ee51e268
4 changed files with 14 additions and 0 deletions
+6
View File
@@ -640,6 +640,12 @@ float BGAnimationLayer::GetMaxTweenTimeLeft() const
return ret;
}
void BGAnimationLayer::FinishTweening()
{
for( unsigned i=0; i<m_pActors.size(); i++ )
m_pActors[i]->FinishTweening();
}
void BGAnimationLayer::Update( float fDeltaTime )
{
fDeltaTime *= m_fUpdateRate;