Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
fa31ef95f1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/express/clockObject.cxx

+ 1 - 0
panda/src/express/clockObject.cxx

@@ -22,6 +22,7 @@ ClockObject() {
   _actual_frame_time = 0.0;
   _reported_frame_time = 0.0;
   _dt = 0.0;
+  _max_dt = -1.0;
 }
 
 ////////////////////////////////////////////////////////////////////