mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-20 05:44:03 +00:00
Rules with mighty fist. New API killed off before it even sees light of day. Some refactoring.
This commit is contained in:
parent
a538d84eb1
commit
85130ebd90
17 changed files with 113 additions and 368 deletions
|
|
@ -114,7 +114,7 @@ public final class VBOIndexTest {
|
|||
while ( !finished ) {
|
||||
Window.update();
|
||||
|
||||
if ( Window.isMinimized() )
|
||||
if ( !Window.isVisible() )
|
||||
Thread.sleep(200);
|
||||
else if ( Window.isCloseRequested() )
|
||||
System.exit(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue