Removed extra argument

master
David Avedissian ago%!(EXTRA string=12 years)
parent 83195f0745
commit c789238741
  1. 2
      src/cocoa_window.m

@ -186,7 +186,7 @@ static NSRect convertRectToBacking(_GLFWwindow* window, NSRect contentRect)
- (void)windowDidBecomeKey:(NSNotification *)notification
{
_glfwInputWindowFocus(window, GL_TRUE);
_glfwPlatformApplyCursorMode(window, window->cursorMode);
_glfwPlatformApplyCursorMode(window);
}
- (void)windowDidResignKey:(NSNotification *)notification

Loading…
Cancel
Save