Fix StyleCop issues in GLControl
This commit is contained in:
parent
3f1f427c94
commit
531167454c
2 changed files with 10 additions and 10 deletions
|
@ -127,7 +127,7 @@ namespace OpenTK.Platform.MacOS
|
|||
|
||||
dummyContext = new GraphicsContext(Context,
|
||||
GetAddress,
|
||||
delegate()
|
||||
delegate
|
||||
{
|
||||
return new ContextHandle(Agl.aglGetCurrentContext());
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue