mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
oops, left in debug statement
This commit is contained in:
parent
d58a4e2e00
commit
e9d9408669
@ -106,8 +106,7 @@ get_short_time() {
|
|||||||
PN_int64 count;
|
PN_int64 count;
|
||||||
QueryPerformanceCounter((LARGE_INTEGER *)&count);
|
QueryPerformanceCounter((LARGE_INTEGER *)&count);
|
||||||
|
|
||||||
time = (double)(count - _init_count) * _recip_frequency +
|
time = (double)(count - _init_count) * _recip_frequency;
|
||||||
ConfigVariableDouble("clock-jump", 0.0);
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// No high-resolution clock; return the best information we have.
|
// No high-resolution clock; return the best information we have.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user