mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Fixed tests
This commit is contained in:
parent
e3a4f5f7f7
commit
3122d0b1ba
15 changed files with 25 additions and 25 deletions
|
|
@ -84,7 +84,7 @@ public final class VBOIndexTest {
|
|||
|
||||
static {
|
||||
try {
|
||||
Window.create("LWJGL Game Example", 16, 0, 0,0);
|
||||
Window.create("LWJGL Game Example", 16, 0, 0,0, 0);
|
||||
System.out.println("Created OpenGL.");
|
||||
} catch (Exception e) {
|
||||
System.err.println("Failed to create OpenGL due to "+e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue