mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 09:11: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
|
#region Constructors
|
||||||
|
|
||||||
static Factory()
|
public Factory()
|
||||||
{
|
{
|
||||||
// Ensure we are correctly initialized.
|
// Ensure we are correctly initialized.
|
||||||
Toolkit.Init();
|
Toolkit.Init();
|
||||||
|
|
Loading…
Reference in a new issue