diff --git a/Launcher2/Program.cs b/Launcher2/Program.cs index b480cb23d..faba5fabd 100644 --- a/Launcher2/Program.cs +++ b/Launcher2/Program.cs @@ -44,7 +44,7 @@ namespace Launcher { string logPath = Path.Combine(AppDirectory, "launcher.log"); AppDomain.CurrentDomain.UnhandledException += UnhandledExceptionHandler; ErrorHandler.InstallHandler(logPath); - OpenTK.Configuration.SkipPerfCountersHack(); + OpenTK.Configuration.SkipPerfCountersHack(); LauncherWindow window = new LauncherWindow(); window.Run(); }