mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-22 17:01:10 +00:00
[OpenTK] Correctly reinitialize platform factory
This commit is contained in:
parent
a047c08d3d
commit
35bdf16f85
|
@ -46,7 +46,7 @@ namespace OpenTK.Platform
|
|||
|
||||
#region Constructors
|
||||
|
||||
static Factory()
|
||||
public Factory()
|
||||
{
|
||||
// Ensure we are correctly initialized.
|
||||
Toolkit.Init();
|
||||
|
|
Loading…
Reference in a new issue