Fixed warnings.

This commit is contained in:
Robert Osfield
2005-11-09 10:41:52 +00:00
parent 28d939e617
commit 6c70812928
3 changed files with 10 additions and 10 deletions

View File

@@ -1125,7 +1125,7 @@ osg::DrawArrays* LinearConstraint::makeRoad(void ) const
}
osg::Vec3Array *LinearConstraint::getRoadNormals(const osg::Vec3Array *points) const
osg::Vec3Array *LinearConstraint::getRoadNormals(const osg::Vec3Array*) const
{
osg::Vec3Array *nrms=new osg::Vec3Array;
for(unsigned int i=0;i<_midline->size();i++) {