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
+1
View File
@@ -745,6 +745,7 @@ void Actor::StopTweening()
void Actor::FinishTweening() void Actor::FinishTweening()
{ {
if( !m_Tweens.empty() )
m_current = DestTweenState(); m_current = DestTweenState();
StopTweening(); StopTweening();
} }