From d2ba50fe1900fe7153c2867db14ff6d5b8b4f4ba Mon Sep 17 00:00:00 2001 From: Pavlos Touboulidis Date: Tue, 13 May 2014 12:32:32 +0300 Subject: [PATCH] Add null perf channel to Editor --- OpenRA.Editor/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenRA.Editor/Program.cs b/OpenRA.Editor/Program.cs index c216d69176..ffcde48631 100644 --- a/OpenRA.Editor/Program.cs +++ b/OpenRA.Editor/Program.cs @@ -24,6 +24,8 @@ namespace OpenRA.Editor [STAThread] static void Main(string[] args) { + Log.AddChannel("perf", null); + Application.CurrentCulture = CultureInfo.InvariantCulture; Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false);