Fixed tests

This commit is contained in:
Elias Naur 2004-02-15 15:34:57 +00:00
parent e3a4f5f7f7
commit 3122d0b1ba
15 changed files with 25 additions and 25 deletions

View file

@ -84,7 +84,7 @@ public final class VBOIndexTest {
static {
try {
Window.create("LWJGL Game Example", 16, 0, 0,0);
Window.create("LWJGL Game Example", 16, 0, 0,0, 0);
System.out.println("Created OpenGL.");
} catch (Exception e) {
System.err.println("Failed to create OpenGL due to "+e);