master
Camilla Berglund ago%!(EXTRA string=10 years)
parent e82e2b7570
commit 1ea66b9033
  1. 3
      src/cocoa_window.m

@ -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

Loading…
Cancel
Save