mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 07:05:38 +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>
|
||||
/// <param name="mode">Obsolete.</param>
|
||||
[Obsolete]
|
||||
public GLControl(DisplayMode mode)
|
||||
: this(mode.ToGraphicsMode())
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue