From 553cc8ac9658f3dd7eac0ded4ca9515192d074e7 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 9 Oct 2013 20:24:57 +0200 Subject: [PATCH] Clarified change log entry. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09864504..c578a9c4 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,8 @@ See the [GLFW documentation](http://www.glfw.org/docs/latest/). - [Win32] Bugfix: The disabled cursor mode clip rectangle was updated for unfocused windows - [Cocoa] Added dependency on CoreVideo framework - - [Cocoa] Bugfix: The `GLFW_KEY_GRAVE_ACCENT` and `GLFW_KEY_WORLD_1` keys had - been flipped + - [Cocoa] Bugfix: The `GLFW_KEY_GRAVE_ACCENT` key was reported as + `GLFW_KEY_WORLD_1` and vice versa - [Cocoa] Bugfix: The `GLFW_KEY_F13` key was reported as `GLFW_KEY_PRINT_SCREEN` - [Cocoa] Bugfix: Implicit conversion from `NSUInteger` to int caused warnings