osx: Fixed crash while features initialization
Clearing current context couses incorrect work of glGetString function and all next GL functions that use it work incorrectly.
This commit is contained in:
parent
24d1142ecf
commit
e3295050f5
@ -89,7 +89,6 @@ clutter_backend_osx_post_parse (ClutterBackend *backend,
|
||||
glGetString (GL_RENDERER),
|
||||
glGetString (GL_VERSION),
|
||||
glGetString (GL_EXTENSIONS));
|
||||
[NSOpenGLContext clearCurrentContext];
|
||||
|
||||
CLUTTER_OSX_POOL_RELEASE();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user