rename "AntiAliasing" to "SmoothLines"

This commit is contained in:
Chris Danford
2003-12-20 21:29:55 +00:00
parent e33b76ddd1
commit 4ca799bc96
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -909,7 +909,7 @@ void RageDisplay_OGL::DrawLineStrip( const RageSpriteVertex v[], int iNumVerts,
{
ASSERT( iNumVerts >= 2 );
if( !GetVideoModeParams().bAntiAliasing )
if( !GetVideoModeParams().bSmoothLines )
{
RageDisplay::DrawLineStrip(v, iNumVerts, LineWidth );
return;