Fixed warning

This commit is contained in:
Robert Osfield
2010-03-03 16:37:45 +00:00
parent fd6f3edf15
commit d3779f0092

View File

@@ -104,4 +104,4 @@ osg::Vec3 ShadowTechnique::computeOrthogonalVector(const osg::Vec3& direction) c
orthogonalVector.normalize();
}
return orthogonalVector;
}
}