mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Removed misplaced application delegate clearing.
This commit is contained in:
parent
aa169a4f72
commit
0e5dec5ce9
@ -678,7 +678,6 @@ void _glfwPlatformCloseWindow(_GLFWwindow* window)
|
||||
window->NSGL.context = nil;
|
||||
|
||||
[window->NS.window setDelegate:nil];
|
||||
[NSApp setDelegate:nil];
|
||||
[window->NS.delegate release];
|
||||
window->NS.delegate = nil;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user