From Martin Aumueller, fixed copy and paste error on getActiveUniforms().

This commit is contained in:
Robert Osfield 2005-05-19 21:42:38 +00:00
parent 276dfbd0ad
commit 56f415f7a8

View File

@ -141,8 +141,8 @@ class OSGUTIL_EXPORT SceneView : public osg::Referenced, public osg::CullSetting
/** Set the uniforms that SceneView should set set up on each frame.*/
void setActiveUniforms(int activeUniforms) { _activeUniforms = activeUniforms; }
/** Set the uniforms that SceneView should set set up on each frame.*/
int getActiveUniforms(int activeUniforms) const { return _activeUniforms; }
/** Get the uniforms that SceneView should set set up on each frame.*/
int getActiveUniforms() const { return _activeUniforms; }
void updateUniforms();