mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 03:45:39 +00:00
Mark DisplayMode constructor as obsolete.
This commit is contained in:
parent
61debfe8d2
commit
1606a5781b
|
@ -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