From 124fe039fd170efd58cc468117b64ea663dfbb89 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 19 Apr 2003 09:46:22 +0000 Subject: [PATCH] typo --- stepmania/src/RageDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay.cpp b/stepmania/src/RageDisplay.cpp index b70443b8c7..71979c240d 100644 --- a/stepmania/src/RageDisplay.cpp +++ b/stepmania/src/RageDisplay.cpp @@ -483,7 +483,7 @@ void RageDisplay::DrawStrip( const RageVertex v[], int iNumVerts ) g_iVertsRenderedSinceLastCheck += iNumVerts; } -/* Draw a line as a quad. GL_LINES with antialiasing off can draw odd +/* Draw a line as a quad. GL_LINES with antialiasing 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 RageVertex &p1, const RageVertex &p2, float LineWidth )