mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 03:55:19 -04:00
force build bot rebuild
This commit is contained in:
parent
b51b73c6d5
commit
cd3713d47b
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user