removed the use of gettimeofday for 32 bit architectures...

This commit is contained in:
Don BURNS 2002-06-13 19:39:28 +00:00
parent 6888d73554
commit 8c5722577e

View File

@ -187,11 +187,13 @@ using namespace osg;
_secsPerClick = (double)(cycleval)* 1e-12;
#if 0 // Obsolete
// this is to force the use of the standard clock in
// instances which the realtime clock is of such a small
// size that it will loop too rapidly for proper realtime work.
// this happens on the O2 for instance.
if (_cycleCntrSize<=32) _useStandardClock=true;
#endif // Obsolete
}