fix crash when line AA is disabled

This commit is contained in:
Glenn Maynard
2004-04-16 05:06:31 +00:00
parent 4392e9f350
commit 83ad8b4d88
+2 -1
View File
@@ -1199,7 +1199,8 @@ void RageDisplay_OGL::DrawLineStripInternal( const RageSpriteVertex v[], int iNu
{
if( !GetVideoModeParams().bSmoothLines )
{
RageDisplay::DrawLineStrip(v, iNumVerts, LineWidth );
/* Fall back on the generic polygon-based line strip. */
RageDisplay::DrawLineStripInternal(v, iNumVerts, LineWidth );
return;
}