mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 19:15:36 +00:00
Set disposed to true when calling Dispose() method.
This commit is contained in:
parent
685b646efa
commit
080af60867
|
@ -112,6 +112,7 @@ namespace OpenTK.Platform.Egl
|
|||
if (manual)
|
||||
{
|
||||
DestroySurface();
|
||||
disposed = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue