Cocoa: Fix glfwGetCocoaWindow error return value

master
Camilla Löwy ago%!(EXTRA string=1 year)
parent 8f2f766f0d
commit e28397bda0
  1. 2
      src/cocoa_window.m

@ -2047,7 +2047,7 @@ GLFWAPI id glfwGetCocoaWindow(GLFWwindow* handle)
{
_glfwInputError(GLFW_PLATFORM_UNAVAILABLE,
"Cocoa: Platform not initialized");
return NULL;
return nil;
}
return window->ns.object;

Loading…
Cancel
Save