Set disposed to true when calling Dispose() method.

This commit is contained in:
the_fiddler 2009-09-04 21:46:39 +00:00
parent 685b646efa
commit 080af60867

View file

@ -112,6 +112,7 @@ namespace OpenTK.Platform.Egl
if (manual)
{
DestroySurface();
disposed = true;
}
else
{