diff --git a/src/osgWrappers/osg/View.cpp b/src/osgWrappers/osg/View.cpp index 3909bfc1e..0fb906de7 100644 --- a/src/osgWrappers/osg/View.cpp +++ b/src/osgWrappers/osg/View.cpp @@ -134,7 +134,7 @@ BEGIN_OBJECT_REFLECTOR(osg::View) __bool__addSlave__osg_Camera_P1__bool, "", ""); - I_MethodWithDefaults4(bool, addSlave, IN, osg::Camera *, camera, , IN, const osg::Matrix &, projectionOffset, , IN, const osg::Matrix &, viewOffse, , IN, bool, useMastersSceneData, true, + I_MethodWithDefaults4(bool, addSlave, IN, osg::Camera *, camera, , IN, const osg::Matrix &, projectionOffset, , IN, const osg::Matrix &, viewOffset, , IN, bool, useMastersSceneData, true, Properties::NON_VIRTUAL, __bool__addSlave__osg_Camera_P1__C5_osg_Matrix_R1__C5_osg_Matrix_R1__bool, "", diff --git a/src/osgWrappers/osgViewer/ViewerBase.cpp b/src/osgWrappers/osgViewer/ViewerBase.cpp index 341533dac..fabe3120b 100644 --- a/src/osgWrappers/osgViewer/ViewerBase.cpp +++ b/src/osgWrappers/osgViewer/ViewerBase.cpp @@ -139,7 +139,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgViewer::ViewerBase) Properties::NON_VIRTUAL, __void__setEndBarrierPosition__BarrierPosition, "Set the position of the end barrier. ", - "AfterSwapBuffers will may result is slightly higher framerates, by may lead to inconsistent swapping between different windows. BeforeSwapBuffers may lead to slightly lower framerate, but improve consistency in timing of swap buffers, especially important if you are likely to consistently break frame. "); + "AfterSwapBuffers may result in slightly higher framerates, but may lead to inconsistent swapping between different windows. BeforeSwapBuffers may lead to slightly lower framerate, but improve consistency in timing of swap buffers, especially important if you are likely to consistently break frame. "); I_Method0(osgViewer::ViewerBase::BarrierPosition, getEndBarrierPosition, Properties::NON_VIRTUAL, __BarrierPosition__getEndBarrierPosition,