narrow the radar width a bit (this should be a theme metric)

This commit is contained in:
Glenn Maynard
2002-12-07 06:22:35 +00:00
parent c41b0bf85a
commit 59317c18c2
+1 -1
View File
@@ -28,7 +28,7 @@
float RADAR_VALUE_ROTATION( int iValueIndex ) { return PI/2 + PI*2 / 5.0f * iValueIndex; }
const float RADAR_EDGE_WIDTH = 3;
const float RADAR_EDGE_WIDTH = 2;
GrooveRadar::GrooveRadar()
{