*** empty log message ***

This commit is contained in:
David Rose 2001-04-13 17:40:24 +00:00
parent edddbf519c
commit fa31ef95f1
1 changed files with 1 additions and 0 deletions

View File

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