fix TweenOffScreen animation for GrooveRadar, MusicWheel
This commit is contained in:
@@ -213,6 +213,6 @@ void GrooveRadar::GrooveRadarValueMap::TweenOnScreen()
|
||||
void GrooveRadar::GrooveRadarValueMap::TweenOffScreen()
|
||||
{
|
||||
BeginTweening( 0.6f );
|
||||
SetTweenRotationZ( PI*4 );
|
||||
SetTweenRotationZ( 180*4 );
|
||||
SetTweenZoom( 0 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user