From 25c7ad170680e308161fb687ee344d42c37dca02 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 12 Aug 2012 14:14:03 +0200 Subject: [PATCH] Removed superfluous MakeContextCurrent. --- src/cocoa_window.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cocoa_window.m b/src/cocoa_window.m index 446d718e..8cf749a5 100644 --- a/src/cocoa_window.m +++ b/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;