Browse Source
Merge pull request #10331 from jcyuan/master
remove the duplicated line
pull/10334/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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; |
|
|
|
} |
|
|
|
|
|
|
|
|