Set disposed to true when calling Dispose() method.
This commit is contained in:
parent
685b646efa
commit
080af60867
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ namespace OpenTK.Platform.Egl
|
|||
if (manual)
|
||||
{
|
||||
DestroySurface();
|
||||
disposed = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue