mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 07:01:01 +00:00
Marked ContextDestroyed method as obsolete.
This commit is contained in:
parent
f46e9b1564
commit
45277bc494
|
@ -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