Merge commit 'alzeih/master'; commit 'caleb/master'

This commit is contained in:
Chris Forbes
2010-01-10 17:40:42 +13:00

View File

@@ -16,7 +16,7 @@ namespace OpenRa.Game.Support
s =>
{
var x = new PerfItem(s, colors[nextColor++]);
if (nextColor > colors.Length) nextColor = 0;
if (nextColor >= colors.Length) nextColor = 0;
return x;
});