From 454c0480c01cc0bb6fb318546434940ee394c9d7 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Thu, 19 Dec 2002 19:50:16 +0000 Subject: [PATCH] update for ia64 --- src/osg/Timer.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/osg/Timer.cpp b/src/osg/Timer.cpp index 46e289a87..84bd38d8f 100644 --- a/src/osg/Timer.cpp +++ b/src/osg/Timer.cpp @@ -86,7 +86,11 @@ using namespace osg; Timer::Timer() { +#ifdef __ia64 + _useStandardClock = true; +#else _useStandardClock = false; +#endif if (_useStandardClock) {