fix TweenOffScreen animation for GrooveRadar, MusicWheel

This commit is contained in:
Chris Danford
2003-04-03 22:34:22 +00:00
parent a798cc954c
commit cf8f069abd
6 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -213,6 +213,6 @@ void GrooveRadar::GrooveRadarValueMap::TweenOnScreen()
void GrooveRadar::GrooveRadarValueMap::TweenOffScreen()
{
BeginTweening( 0.6f );
SetTweenRotationZ( PI*4 );
SetTweenRotationZ( 180*4 );
SetTweenZoom( 0 );
}