mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-05 15:25:46 +00:00
Fix StyleCop issues in GLControl
This commit is contained in:
parent
3f1f427c94
commit
531167454c
|
@ -127,7 +127,7 @@ namespace OpenTK.Platform.MacOS
|
||||||
|
|
||||||
dummyContext = new GraphicsContext(Context,
|
dummyContext = new GraphicsContext(Context,
|
||||||
GetAddress,
|
GetAddress,
|
||||||
delegate()
|
delegate
|
||||||
{
|
{
|
||||||
return new ContextHandle(Agl.aglGetCurrentContext());
|
return new ContextHandle(Agl.aglGetCurrentContext());
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue