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