diff --git a/stepmania/src/OptionsCursor.cpp b/stepmania/src/OptionsCursor.cpp index fceca073ca..a86eee5428 100644 --- a/stepmania/src/OptionsCursor.cpp +++ b/stepmania/src/OptionsCursor.cpp @@ -77,4 +77,4 @@ void OptionsCursor::TweenBarWidth( int iNewWidth, float fTweenTime ) m_sprLeft.SetTweenX( -iNewWidth/2 - fFrameWidth/2 ); m_sprRight.SetTweenX( +iNewWidth/2 + fFrameWidth/2 ); -} \ No newline at end of file +}