mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Reverted display mode selection
This commit is contained in:
parent
df1d611624
commit
0d620e9125
11 changed files with 100 additions and 126 deletions
|
|
@ -92,7 +92,7 @@ public class MovingSoundTest extends BasicTest {
|
|||
break;
|
||||
}
|
||||
}
|
||||
Display.create(modes[mode], false, "MovingSoundTest");
|
||||
Display.create(modes[mode], 0, 0, 0, false, "MovingSoundTest");
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
exit(-1);
|
||||
|
|
@ -256,4 +256,4 @@ public class MovingSoundTest extends BasicTest {
|
|||
MovingSoundTest movingSoundTest = new MovingSoundTest();
|
||||
movingSoundTest.execute(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue