Fixed missing Mode value in CocoaContext.
Crashed E.g. GameWindow States example.
This commit is contained in:
parent
ddcc8df5ec
commit
df6caa3cbb
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ namespace OpenTK
|
|||
|
||||
// Finalize
|
||||
Handle = new ContextHandle(context);
|
||||
Mode = mode;
|
||||
Update(cocoaWindow);
|
||||
MakeCurrent(cocoaWindow);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue