mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 16:04:39 +00:00
fix: static method usage
This commit is contained in:
parent
4283f40244
commit
80cf5b1dcc
13 changed files with 53 additions and 47 deletions
|
|
@ -29,8 +29,8 @@ public class WindowCreationTest {
|
|||
|
||||
System.out.println("Display created");
|
||||
|
||||
while(!gl.isCloseRequested()) {
|
||||
gl.tick();
|
||||
while(!Window.isCloseRequested()) {
|
||||
Window.tick();
|
||||
try {
|
||||
Thread.sleep(100);
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue