mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Fixed SysTest.java
This commit is contained in:
parent
52396b5a5c
commit
79a8e1264c
1 changed files with 3 additions and 3 deletions
|
|
@ -100,9 +100,9 @@ public class SysTest {
|
|||
|
||||
pause(2000);
|
||||
|
||||
time = Sys.getTime();
|
||||
System.out.println("Current time: " + time);
|
||||
System.out.println("Actually slept for: " + (time / (float) resolution) + " seconds");
|
||||
long time2 = Sys.getTime();
|
||||
System.out.println("Current time: " + time2);
|
||||
System.out.println("Actually slept for: " + ((time2 - time) / (float) resolution) + " seconds");
|
||||
System.out.println("---- Test Timer ----\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue