mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-29 00:25:52 +01:00
*** empty log message ***
This commit is contained in:
parent
a16f7c2268
commit
62ba34e5fb
|
|
@ -65,6 +65,10 @@ public class Timer {
|
|||
// Whether the timer is paused
|
||||
private boolean paused;
|
||||
|
||||
static {
|
||||
tick();
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs a timer. The timer will be reset to 0.0 and resumed immediately.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue