update for ia64
This commit is contained in:
parent
adf5c91808
commit
454c0480c0
@ -86,7 +86,11 @@ using namespace osg;
|
||||
|
||||
Timer::Timer()
|
||||
{
|
||||
#ifdef __ia64
|
||||
_useStandardClock = true;
|
||||
#else
|
||||
_useStandardClock = false;
|
||||
#endif
|
||||
|
||||
if (_useStandardClock)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user