cursor: tween width at the same time as tweening the position for smoother motion
This commit is contained in:
@@ -417,7 +417,7 @@ void ScreenOptions::TweenCursor( PlayerNumber pn )
|
||||
cursor.SetXY( (float)iX, (float)iY );
|
||||
}
|
||||
|
||||
cursor.TweenBarWidth( iWidth );
|
||||
cursor.SetBarWidth( iWidth );
|
||||
|
||||
if( GAMESTATE->IsHumanPlayer(pn) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user