mod: tick is now called updateState - bitch all you will :p

This commit is contained in:
Brian Matzon 2003-08-17 09:27:32 +00:00
parent 21b4ec41a2
commit 7e283db15c
17 changed files with 21 additions and 22 deletions

View file

@ -100,7 +100,7 @@ public final class VBOIndexTest {
try {
init();
while (!finished) {
Window.tick();
Window.updateState();
if (Window.isMinimized())
Thread.sleep(200);