Changeset 13130 for OpenSceneGraph/trunk/include/osgViewer/GraphicsWindow
- Timestamp:
- 05/25/13 12:09:23 (17 hours ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgViewer/GraphicsWindow
r12305 r13130 248 248 getState()->setGraphicsContext(this); 249 249 250 if (_traits.valid() && _traits->sharedContext )250 if (_traits.valid() && _traits->sharedContext.valid()) 251 251 { 252 252 getState()->setContextID( _traits->sharedContext->getState()->getContextID() );
