mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 15:41:02 +00:00
Fixed missing Mode value in CocoaContext.
Crashed E.g. GameWindow States example.
This commit is contained in:
parent
ddcc8df5ec
commit
df6caa3cbb
|
@ -149,6 +149,7 @@ namespace OpenTK
|
|||
|
||||
// Finalize
|
||||
Handle = new ContextHandle(context);
|
||||
Mode = mode;
|
||||
Update(cocoaWindow);
|
||||
MakeCurrent(cocoaWindow);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue