update for ia64

This commit is contained in:
Don BURNS 2002-12-19 19:50:16 +00:00
parent adf5c91808
commit 454c0480c0

View File

@ -86,7 +86,11 @@ using namespace osg;
Timer::Timer()
{
#ifdef __ia64
_useStandardClock = true;
#else
_useStandardClock = false;
#endif
if (_useStandardClock)
{