diff --git a/src/osgProducer/OsgCameraGroup.cpp b/src/osgProducer/OsgCameraGroup.cpp index 9725d0868..0659adf39 100644 --- a/src/osgProducer/OsgCameraGroup.cpp +++ b/src/osgProducer/OsgCameraGroup.cpp @@ -207,7 +207,7 @@ OsgCameraGroup::~OsgCameraGroup() static osg::ApplicationUsageProxy OsgCameraGroup_e2(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_CAMERA_THREADING ","Set the threading model using by osgProducer::Viewer/OsgCameraGroup based apps. can be SingleThreaded or ThreadPerCamera"); -static osg::ApplicationUsageProxy OsgCameraGroup_e3(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_SHARE_GRAPHICS_CONTEXTS ","Set the threading model using by osgProducer::Viewer/OsgCameraGroup based apps. can be ON or OFF"); +static osg::ApplicationUsageProxy OsgCameraGroup_e3(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE,"OSG_SHARE_GRAPHICS_CONTEXTS ","Set whether to share graphics contexts. can be ON or OFF"); void OsgCameraGroup::_init() {