Fix StyleCop issues in GLControl

This commit is contained in:
Fraser Waters 2017-12-27 08:30:36 +00:00
parent 3f1f427c94
commit 531167454c
2 changed files with 10 additions and 10 deletions

View file

@ -127,7 +127,7 @@ namespace OpenTK.Platform.MacOS
dummyContext = new GraphicsContext(Context,
GetAddress,
delegate()
delegate
{
return new ContextHandle(Agl.aglGetCurrentContext());
});