Fixed typo of Validity.

This commit is contained in:
Robert Osfield
2006-02-22 19:14:01 +00:00
parent 94b4432831
commit def7a78842
6 changed files with 8 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ int PointSprite::compare(const StateAttribute& sa) const
}
bool PointSprite::checkValididityOfAssociatedModes(osg::State& state) const
bool PointSprite::checkValidityOfAssociatedModes(osg::State& state) const
{
bool modeValid = isPointSpriteSupported(state.getContextID());