Hello Guest

[BUG] Display.setLocation regression in 2.9.0 (OSX)

  • 0 Replies
  • 5897 Views
[BUG] Display.setLocation regression in 2.9.0 (OSX)
« on: December 29, 2013, 10:39:40 »
I'm on OSX 10.9. With lwjgl-2.8.5, Display.setLocation worked fine, but with lwjgl-2.9.0, it has no effect if the display has already been created. I looked at the code, and MacOSXDisplay's reshape method is just empty.

Related to this thread. There's sample code there.