This commit is contained in:
Camilla Berglund 2015-12-07 21:17:03 +01:00
parent e82e2b7570
commit 1ea66b9033
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ static void centerCursor(_GLFWwindow *window)
//
static float transformY(float y)
{
const float height = CGDisplayBounds(CGMainDisplayID()).size.height;
return height - y;
return CGDisplayBounds(CGMainDisplayID()).size.height - y;
}
// Enter full screen mode