removed Window.paint() references

This commit is contained in:
Brian Matzon 2004-03-26 15:03:07 +00:00
parent 3df3d2d401
commit 44cbb3ca02
8 changed files with 0 additions and 16 deletions

View file

@ -120,7 +120,6 @@ public final class VBOIndexTest {
Keyboard.poll();
mainLoop();
render();
Window.paint();
}
} catch (Throwable t) {
t.printStackTrace();