fix valgrind overlapping memcpy warning

(this shouldn't be needed)
This commit is contained in:
Glenn Maynard
2007-07-14 18:21:33 +00:00
parent 8ea123a15e
commit b146c27623
+2 -1
View File
@@ -745,7 +745,8 @@ void Actor::StopTweening()
void Actor::FinishTweening()
{
m_current = DestTweenState();
if( !m_Tweens.empty() )
m_current = DestTweenState();
StopTweening();
}