Additional performance graph colors so same color is not used multiple times.

This commit is contained in:
darkademic
2022-08-02 19:32:41 +01:00
committed by abcdefg30
parent dc6be0fd77
commit e827e9952e

View File

@@ -20,8 +20,10 @@ namespace OpenRA.Support
Color.Red, Color.Green,
Color.Orange, Color.Yellow,
Color.Fuchsia, Color.Lime,
Color.LightBlue, Color.Blue,
Color.White, Color.Teal
Color.Cyan, Color.Blue,
Color.White, Color.Teal,
Color.Pink, Color.MediumPurple,
Color.Olive, Color.CornflowerBlue
};
static int nextColor;