Fix GLContext::AssertExtensionsPresent not clearing the context after use
This commit is contained in:
parent
cf41a84fe3
commit
0c60cc5f48
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue