mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
blah blah
This commit is contained in:
parent
d305bfb11c
commit
c6a19805bc
@ -117,9 +117,10 @@ static void* internal_monitor(void*) {
|
|||||||
{
|
{
|
||||||
float x;
|
float x;
|
||||||
buff = get_float64(buff, x);
|
buff = get_float64(buff, x);
|
||||||
if (doing_sync)
|
if (doing_sync) {
|
||||||
clock_skew = ClockObject::get_global_clock()->get_time() - x;
|
clock_skew = ClockObject::get_global_clock()->get_time() - x;
|
||||||
else
|
cerr << "setting clock skew to: " << clock_skew << endl;
|
||||||
|
} else
|
||||||
my_time = x + clock_skew;
|
my_time = x + clock_skew;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user