From b151904316c969a34da17f32134246a6e1739830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 7 Feb 2017 06:39:09 +0100 Subject: [PATCH] Remove not-fixed issue number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 975cafc7..5fb5c896 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ information on what to include when reporting a bug. - Added `glfwSetWindowMaximizeCallback` and `GLFWwindowmaximizefun` for receiving window maximization events (#778) - Added `glfwSetWindowAttrib` function for changing window attributes (#537) -- Added headless [OSMesa](http://mesa3d.org/osmesa.html) backend (#281,#850) +- Added headless [OSMesa](http://mesa3d.org/osmesa.html) backend (#850) - Added definition of `GLAPIENTRY` to public header - Added `GLFW_CENTER_CURSOR` window hint for controlling cursor centering (#749,#842)