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

@ -119,7 +119,7 @@ public class PositionTest extends BasicTest {
int centerY = (Display.getHeight() - WINDOW_HEIGHT) / 2;
// setup window
Window.create("PositionTest", centerX, centerY, WINDOW_WIDTH, WINDOW_HEIGHT, Display.getDepth(), 0, 8, 0);
Window.create("PositionTest", centerX, centerY, WINDOW_WIDTH, WINDOW_HEIGHT, Display.getDepth(), 0, 8, 0, 0);
// -----------------------------------------------------
// Setup OpenGL