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