Fixes to typo of *Dirty()

This commit is contained in:
Robert Osfield
2002-11-11 16:11:48 +00:00
parent 5c1c9ec0e9
commit 35b9317baf
6 changed files with 7 additions and 7 deletions

View File

@@ -199,7 +199,7 @@ class SG_EXPORT Texture : public osg::StateAttribute
// return _modifiedTag[contextID];
// }
//
// inline uint& getTextureParameterDity(uint contextID) const
// inline uint& getTextureParameterDirty(uint contextID) const
// {
// // pad out handle list if required.
// if (_texParametersDirtyList.size()<=contextID)
@@ -224,7 +224,7 @@ class SG_EXPORT Texture : public osg::StateAttribute
return _modifiedTag[contextID];
}
inline uint& getTextureParameterDity(uint contextID) const
inline uint& getTextureParameterDirty(uint contextID) const
{
// get the dirty flag for the current contextID.
return _texParametersDirtyList[contextID];