Fix GLContext::AssertExtensionsPresent not clearing the context after use

This commit is contained in:
Dr. Chat 2015-12-20 20:55:04 -06:00
parent cf41a84fe3
commit 0c60cc5f48
1 changed files with 2 additions and 0 deletions

View File

@ -281,6 +281,8 @@ void GLContext::AssertExtensionsPresent() {
"OpenGL extension ARB_fragment_coord_conventions is required.");
return;
}
ClearCurrent();
}
void GLContext::DebugMessage(GLenum source, GLenum type, GLuint id,