mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-13 13:15:40 +00:00
Mark DisplayMode constructor as obsolete.
This commit is contained in:
parent
c79de2439b
commit
7b49c33f71
|
@ -42,6 +42,7 @@ namespace OpenTK
|
||||||
|
|
||||||
/// <summary>This method is obsolete and will be removed in future versions.</summary>
|
/// <summary>This method is obsolete and will be removed in future versions.</summary>
|
||||||
/// <param name="mode">Obsolete.</param>
|
/// <param name="mode">Obsolete.</param>
|
||||||
|
[Obsolete]
|
||||||
public GLControl(DisplayMode mode)
|
public GLControl(DisplayMode mode)
|
||||||
: this(mode.ToGraphicsMode())
|
: this(mode.ToGraphicsMode())
|
||||||
{ }
|
{ }
|
||||||
|
|
Loading…
Reference in a new issue