mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 01:35:32 +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)
|
if (manual)
|
||||||
{
|
{
|
||||||
DestroySurface();
|
DestroySurface();
|
||||||
|
disposed = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue