mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-18 11:10:22 +00:00
Fixed build error in WinGLNative.
This commit is contained in:
parent
ee05b9e5c1
commit
917c10d54b
|
@ -27,6 +27,12 @@ namespace OpenTK.Platform.Windows
|
||||||
|
|
||||||
#region --- Constructors ---
|
#region --- Constructors ---
|
||||||
|
|
||||||
|
public WinGLControl(Control c, DisplayMode mode)
|
||||||
|
{
|
||||||
|
glContext = new WinGLContext(c.Handle, mode);
|
||||||
|
}
|
||||||
|
|
||||||
|
[Obsolete]
|
||||||
public WinGLControl(Control c, int width, int height, bool fullscreen)
|
public WinGLControl(Control c, int width, int height, bool fullscreen)
|
||||||
{
|
{
|
||||||
glContext = new WinGLContext(
|
glContext = new WinGLContext(
|
||||||
|
|
Loading…
Reference in a new issue