Skip to content

Commit

Permalink
Revert back to not using Wgl as it has instability issues
Browse files Browse the repository at this point in the history
Closes #98
  • Loading branch information
fifty-six committed Jul 27, 2022
1 parent dc526be commit 1d7c672
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Scarab/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ private static void WriteExceptionToLog(Exception e)
private static AppBuilder BuildAvaloniaApp() =>
AppBuilder.Configure<App>()
.UsePlatformDetect()
.With(new Win32PlatformOptions {
UseWgl = true
})
.LogToTrace()
.UseReactiveUI();
}
Expand Down

0 comments on commit 1d7c672

Please sign in to comment.