Browse Source

Merge pull request #10331 from jcyuan/master

remove the duplicated line
pull/10334/head
Max Katz 4 years ago
committed by GitHub
parent
commit
79fad42d3e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Windows/Avalonia.Win32/Win32GlManager.cs

1
src/Windows/Avalonia.Win32/Win32GlManager.cs

@ -16,7 +16,6 @@ namespace Avalonia.Win32
{
var gl = InitializeCore();
AvaloniaLocator.CurrentMutable.Bind<IPlatformGraphics>().ToConstant(gl);
AvaloniaLocator.CurrentMutable.Bind<IPlatformGraphics>().ToConstant(gl);
return gl;
}

Loading…
Cancel
Save