ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/util.C
(Generate patch)

Comparing libgender/util.C (file contents):
Revision 1.49 by root, Mon Jul 18 01:40:01 2005 UTC vs.
Revision 1.50 by root, Thu Aug 11 20:21:03 2005 UTC

87static double base; 87static double base;
88double timer::now = 0.; 88double timer::now = 0.;
89double timer::diff; 89double timer::diff;
90double timer::fps = 1.; 90double timer::fps = 1.;
91//double min_frame = 1. / 85.; 91//double min_frame = 1. / 85.;
92double min_frame = 1. / 200.; 92double min_frame = 1. / 1000.;
93 93
94void timer::frame () 94void timer::frame ()
95{ 95{
96 struct timeval tv; 96 struct timeval tv;
97 double next; 97 double next;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines