pstats track lerp intervals better

This commit is contained in:
David Rose 2007-07-14 13:05:07 +00:00
parent 852006bfee
commit 4b2e5394c4

View File

@ -592,6 +592,7 @@ setup_resume_until(double end_t) {
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
bool CInterval:: bool CInterval::
step_play() { step_play() {
PStatTimer timer(_ival_pcollector);
double now = ClockObject::get_global_clock()->get_frame_time(); double now = ClockObject::get_global_clock()->get_frame_time();
if (_play_rate >= 0.0) { if (_play_rate >= 0.0) {