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
@@ -131,7 +131,7 @@ void RageDisplay::ResetStats()
void RageDisplay::StatsAddVerts( int iNumVertsRendered ) { g_iVertsRenderedSinceLastCheck += iNumVertsRendered; }
/* Draw a line as a quad. GL_LINES with antialiasing off can draw line
/* Draw a line as a quad. GL_LINES with SmoothLines off can draw line
* ends at odd angles--they're forced to axis-alignment regardless of the
* angle of the line. */
void RageDisplay::DrawPolyLine(const RageSpriteVertex &p1, const RageSpriteVertex &p2, float LineWidth )