mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 16:04:39 +00:00
mod: tick is now called updateState - bitch all you will :p
This commit is contained in:
parent
21b4ec41a2
commit
7e283db15c
17 changed files with 21 additions and 22 deletions
|
|
@ -31,7 +31,7 @@ public class WindowCreationTest {
|
|||
System.out.println("Display created");
|
||||
|
||||
while(!Window.isCloseRequested()) {
|
||||
Window.tick();
|
||||
Window.updateState();
|
||||
try {
|
||||
Thread.sleep(100);
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue