Changeset 13130 for OpenSceneGraph/trunk/examples/osgviewerFOX/FOX_OSG.cpp
- Timestamp:
- 06/19/13 19:28:28 (12 hours ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgviewerFOX/FOX_OSG.cpp
r12292 r13130 49 49 getState()->setGraphicsContext(this); 50 50 51 if (_traits.valid() && _traits->sharedContext )51 if (_traits.valid() && _traits->sharedContext.valid()) 52 52 { 53 53 getState()->setContextID( _traits->sharedContext->getState()->getContextID() );
