Removed superfluous MakeContextCurrent.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent ab373308b0
commit 25c7ad1706
  1. 2
      src/cocoa_window.m

@ -927,8 +927,6 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
withOptions:nil];
}
glfwMakeContextCurrent(window);
NSPoint point = [[NSCursor currentCursor] hotSpot];
window->cursorPosX = point.x;
window->cursorPosY = point.y;

Loading…
Cancel
Save