mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-03 11:59:40 +02:00
Removed the native time readout from queryTime().
I think elias_naur was trying to annoy me to death with time updates every 0.001 seconds =)
This commit is contained in:
parent
f02005efd9
commit
c0c4e60d29
|
|
@ -89,9 +89,7 @@ long queryTime(void) {
|
|||
#endif
|
||||
}
|
||||
long result = tv.tv_sec * 1000000l + tv.tv_usec;
|
||||
#ifdef _DEBUG
|
||||
printf("Current time (native): %ld\n", result);
|
||||
#endif
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue