Moved autorelease pool back to glfwInit.

This commit is contained in:
Camilla Berglund
2012-03-05 16:26:15 +01:00
parent a202799f45
commit c0db61bd6e
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -600,8 +600,6 @@ static GLboolean initializeAppKit(void)
if (NSApp)
return GL_TRUE;
_glfwLibrary.NS.autoreleasePool = [[NSAutoreleasePool alloc] init];
// Implicitly create shared NSApplication instance
[GLFWApplication sharedApplication];