force build bot rebuild

This commit is contained in:
UnknownShadow200 2017-11-13 10:02:53 +11:00
parent b51b73c6d5
commit cd3713d47b

View File

@ -44,7 +44,7 @@ namespace Launcher {
string logPath = Path.Combine(AppDirectory, "launcher.log"); string logPath = Path.Combine(AppDirectory, "launcher.log");
AppDomain.CurrentDomain.UnhandledException += UnhandledExceptionHandler; AppDomain.CurrentDomain.UnhandledException += UnhandledExceptionHandler;
ErrorHandler.InstallHandler(logPath); ErrorHandler.InstallHandler(logPath);
OpenTK.Configuration.SkipPerfCountersHack(); OpenTK.Configuration.SkipPerfCountersHack();
LauncherWindow window = new LauncherWindow(); LauncherWindow window = new LauncherWindow();
window.Run(); window.Run();
} }