mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Fixed tests
This commit is contained in:
parent
e3a4f5f7f7
commit
3122d0b1ba
15 changed files with 25 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue