Rules with mighty fist. New API killed off before it even sees light of day. Some refactoring.

This commit is contained in:
Caspian Rychlik-Prince 2004-04-04 12:53:45 +00:00
parent a538d84eb1
commit 85130ebd90
17 changed files with 113 additions and 368 deletions

View file

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