null currentContext when GLContext.useContext(null) is called

This commit is contained in:
Elias Naur 2004-07-23 18:10:51 +00:00
parent ab5fd2b3df
commit 1187d0e3e8
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ public final class GLContext {
unloadStubs();
if (did_auto_load)
unloadOpenGLLibrary();
currentContext = null;
return;
}
// Is this the same as last time?