mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 16:05:29 +00:00
Marked ContextDestroyed method as obsolete.
This commit is contained in:
parent
8c800d619d
commit
28420497c6
|
@ -299,6 +299,7 @@ namespace OpenTK.Graphics
|
|||
/// </summary>
|
||||
/// <param name="context">The OpenTK.Platform.IGraphicsContext that was destroyed.</param>
|
||||
/// <param name="e">Not used.</param>
|
||||
[Obsolete]
|
||||
void ContextDestroyed(IGraphicsContext context, EventArgs e)
|
||||
{
|
||||
this.Destroy -= ContextDestroyed;
|
||||
|
|
Loading…
Reference in a new issue