Hello Guest

Resizable window bug

  • 0 Replies
  • 4743 Views
Resizable window bug
« on: September 01, 2015, 06:02:41 »
Hi.
I make my window resizable using
Code: [Select]
Display.setResizable(true);Then in update loop whenever display is resized i set new display mode with size of the window.
The problem is that after set new display mode I can't resize window anymore. :-\
Display.isResizable() returns true.
I'm using lwjgl 2 and amd graphics card.
(I found very similar problem : https://groups.google.com/forum/#!topic/playn-commit/0dTXHC5IP1I)