Changeset 20569

Show
Ignore:
Timestamp:
07/18/07 16:44:33 (1 year ago)
Author:
patrick
Message:

I should have applied Doug's patch using patch(1) instead of doing it
manually.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.0/modules/vrjuggler/vrj/Draw/OSG/OsgApp.h

    r20566 r20569  
    266266      const double head_time(mHead->getTimeStamp().secd()); 
    267267      mFrameStamp->setReferenceTime(head_time); 
    268 #if OSG_VERSION_MAJOR == 1 && OSG_VERSION_MINOR > 2 || OSG_MAJOR_VERSION >
     268#if OSG_VERSION_MAJOR == 1 && OSG_VERSION_MINOR > 2 || OSG_MAJOR_VERSION >=
    269269      // This is available in OSG 1.9 and newer. 
    270270      mFrameStamp->setSimulationTime(head_time);