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

Comparing libgender/util.C (file contents):
Revision 1.39 by root, Thu Oct 21 15:46:38 2004 UTC vs.
Revision 1.40 by root, Sun Oct 24 16:06:56 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines