osgText: fix typos related to SIGNED_DISTANCE_FIELD

This commit is contained in:
Philippe Renon
2018-01-10 14:21:25 +01:00
parent df280811a1
commit 3e12972a03
2 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ osg::StateSet* Text::createStateSet()
if (_shaderTechnique>GREYSCALE)
{
defineList["SIGNED_DISTNACE_FIELD"] = osg::StateSet::DefinePair("1", osg::StateAttribute::ON);
defineList["SIGNED_DISTANCE_FIELD"] = osg::StateSet::DefinePair("1", osg::StateAttribute::ON);
}
#if 0