Fix visibility that mono 2.8 happily ignores.
This commit is contained in:
@@ -15,7 +15,7 @@ using OpenRA.FileFormats;
|
|||||||
|
|
||||||
namespace OpenRA.Support
|
namespace OpenRA.Support
|
||||||
{
|
{
|
||||||
static class PerfHistory
|
public static class PerfHistory
|
||||||
{
|
{
|
||||||
static readonly Color[] colors = { Color.Red, Color.Green,
|
static readonly Color[] colors = { Color.Red, Color.Green,
|
||||||
Color.Blue, Color.Yellow,
|
Color.Blue, Color.Yellow,
|
||||||
@@ -45,7 +45,7 @@ namespace OpenRA.Support
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class PerfItem
|
public class PerfItem
|
||||||
{
|
{
|
||||||
public readonly Color c;
|
public readonly Color c;
|
||||||
public readonly string Name;
|
public readonly string Name;
|
||||||
|
|||||||
Reference in New Issue
Block a user