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:
Roman Kudiyarov 2010-07-15 15:46:04 +07:00 committed by Robert Bragg
parent 24d1142ecf
commit e3295050f5

View File

@ -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();