mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
Fixed tests
This commit is contained in:
parent
e3a4f5f7f7
commit
3122d0b1ba
15 changed files with 25 additions and 25 deletions
|
|
@ -93,7 +93,7 @@ public class FullScreenWindowedTest {
|
|||
mode = findDisplayMode(800, 600, 16);
|
||||
|
||||
// start of in windowed mode
|
||||
Window.create("Test", 50, 50, mode.width, mode.height, mode.bpp, 0, 0, 0);
|
||||
Window.create("Test", 50, 50, mode.width, mode.height, mode.bpp, 0, 0, 0, 0);
|
||||
|
||||
glInit();
|
||||
|
||||
|
|
@ -202,7 +202,7 @@ public class FullScreenWindowedTest {
|
|||
Window.destroy();
|
||||
|
||||
Display.setDisplayMode(mode);
|
||||
Window.create("Test", mode.bpp, 0, 0, 0);
|
||||
Window.create("Test", mode.bpp, 0, 0, 0, 0);
|
||||
|
||||
glInit();
|
||||
|
||||
|
|
@ -219,7 +219,7 @@ public class FullScreenWindowedTest {
|
|||
Window.destroy();
|
||||
|
||||
Display.resetDisplayMode();
|
||||
Window.create("Test", 50, 50, mode.width, mode.height, mode.bpp, 0, 0, 0);
|
||||
Window.create("Test", 50, 50, mode.width, mode.height, mode.bpp, 0, 0, 0, 0);
|
||||
|
||||
glInit();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue