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

Comparing libgender/util.C (file contents):
Revision 1.30 by root, Thu Oct 14 19:54:14 2004 UTC vs.
Revision 1.31 by root, Sat Oct 16 12:33:46 2004 UTC

191struct timer timer; 191struct timer timer;
192static double base; 192static double base;
193double timer::now = 0.; 193double timer::now = 0.;
194double timer::diff; 194double timer::diff;
195//double min_frame = 1. / 60.; 195//double min_frame = 1. / 60.;
196double min_frame = 1. / 100.; 196double min_frame = 1. / 1000.;
197 197
198void timer::frame () 198void timer::frame ()
199{ 199{
200 struct timeval tv; 200 struct timeval tv;
201 double next; 201 double next;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines