mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 18:21:08 +00:00
Set disposed to true when calling Dispose() method.
This commit is contained in:
parent
33db1f6b74
commit
2606d0d6e8
|
@ -112,6 +112,7 @@ namespace OpenTK.Platform.Egl
|
|||
if (manual)
|
||||
{
|
||||
DestroySurface();
|
||||
disposed = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue