clean up perf graph a bit

This commit is contained in:
Chris Forbes
2010-12-31 20:31:57 +13:00
parent 42096cc5c9
commit cf17bc7e5c
2 changed files with 3 additions and 7 deletions

View File

@@ -18,9 +18,9 @@ namespace OpenRA.Support
public static class PerfHistory
{
static readonly Color[] colors = { Color.Red, Color.Green,
Color.Blue, Color.Yellow,
Color.Orange, Color.Fuchsia,
Color.Lime, Color.LightBlue,
Color.Orange, Color.Yellow,
Color.Fuchsia, Color.Lime,
Color.LightBlue, Color.Blue,
Color.White, Color.Teal };
static int nextColor;