mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-04 12:34:35 +01:00
fix: new display creation
This commit is contained in:
parent
a24b4a189e
commit
c847bef095
|
|
@ -82,7 +82,7 @@ public class MovingSoundTest extends BasicTest {
|
|||
|
||||
//initialize display
|
||||
try {
|
||||
Display.create(new DisplayMode(320, 240, 32, 60), false);
|
||||
Display.create(new DisplayMode(320, 240, 32, 60), 8, 24, 0, false);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
exit(-1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue