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);