From 99712de710024008a8c600ef30181b7b172ea287 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 6 Sep 2011 14:52:42 +0200 Subject: [PATCH] Comment fix. --- src/win32_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32_window.c b/src/win32_window.c index d3e071f8..1bfef9f5 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -1502,7 +1502,7 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window, // Technically, it may be possible to keep the old window around if // we're just creating an OpenGL 3.0+ context with the same pixel - // format, but it's not worth the potential compatibility problems + // format, but it's not worth the added code complexity destroyWindow(window);