make FinishTweening recursive

This commit is contained in:
Glenn Maynard
2003-07-20 01:32:42 +00:00
parent 2d3219b899
commit 1eb870cbd4
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ public:
virtual void SetDiffuse( RageColor c );
virtual void SetUseZBuffer( bool b );
virtual void FinishTweening();
/* Amount of time until all tweens (and all children's tweens) have stopped: */
virtual float GetTweenTimeLeft() const;