diff --git a/stepmania/src/GrooveRadar.cpp b/stepmania/src/GrooveRadar.cpp index 8a64d4fe6f..13d36f6c3c 100644 --- a/stepmania/src/GrooveRadar.cpp +++ b/stepmania/src/GrooveRadar.cpp @@ -175,30 +175,23 @@ void GrooveRadar::GrooveRadarValueMap::DrawPrimitives() DISPLAY->DrawFan( v, 7 ); - // - // use a strip to draw the thick line + // use a line loop to draw the thick line // - for( i=0; iDrawStrip( v, 12 ); + DISPLAY->DrawLoop( v, NUM_RADAR_CATEGORIES, RADAR_EDGE_WIDTH ); } }