mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 16:04:39 +00:00
fix: go for 16 bit mode instead of 32
This commit is contained in:
parent
f5c253726a
commit
ecabc2f361
3 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ public class WindowCreationTest {
|
|||
System.out.println("Found " + modes.length + " display modes");
|
||||
|
||||
try {
|
||||
gl = new GL("WindowCreationTest", 50, 50, 320, 240, 32, 0, 0, 0);
|
||||
gl = new GL("WindowCreationTest", 50, 50, 320, 240, 16, 0, 0, 0);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue