This commit is contained in:
Glenn Maynard
2003-02-17 20:03:22 +00:00
parent 7cd57efce7
commit b6039f4fb5
+1 -1
View File
@@ -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 );
}
}