Changed the Timer class to default to using the standard clock under
Linux to prevent Timer problems occur under Linux32 on the Athlon64.
This commit is contained in:
@@ -108,7 +108,7 @@ const Timer* Timer::instance()
|
||||
#if defined(__ia64) || defined(__x86_64__)
|
||||
_useStandardClock = true;
|
||||
#else
|
||||
_useStandardClock = false;
|
||||
_useStandardClock = true;
|
||||
#endif
|
||||
|
||||
if (_useStandardClock)
|
||||
|
||||
Reference in New Issue
Block a user