Changeset 19804
- Timestamp:
- 02/08/07 11:15:44 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vrjuggler/vrj/Draw/OpenSG/OpenSGApp.h
r19798 r19804 174 174 #endif 175 175 176 #if OSG_MAJOR_VERSION >= 2 177 OSG_MAIN_ASPECT_ID = OSG::Thread::getCurrentAspect(); // Gets the base aspect id to use 178 #else 176 179 OSG_MAIN_ASPECT_ID = OSG::Thread::getAspect(); // Gets the base aspect id to use 180 #endif 177 181 } 178 182
