Fixed warnings

This commit is contained in:
Robert Osfield
2004-08-02 15:56:18 +00:00
parent 7a7358553f
commit 67df9af7d1
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@ void OsgCameraGroup::setUpSceneViewsWithData()
sv->setFrameStamp( _frameStamp.get() );
sv->setGlobalStateSet( _global_stateset.get() );
sv->setBackgroundColor( _background_color );
sv->setClearColor( _background_color );
sv->setLODScale( _LODScale );
sv->setFusionDistance( _fusionDistanceMode, _fusionDistanceValue );
}