Fixed typos

This commit is contained in:
Robert Osfield 2017-12-06 18:16:47 +00:00
parent 66aa7a235f
commit 49e9674fcf

View File

@ -141,7 +141,7 @@ void GLObjectsVisitor::apply(osg::StateSet& stateset)
{
pcp->apply(*(itr->second.first));
if (_checkGLErrors==osg::State::ONCE_PER_ATTRIBUTE) _renderInfo.getState()->checkGLErrors("after pcp->apply(Unfiorm&) in GLObjectsVisitor::apply(osg::StateSet& stateset), unifrom name: ", (itr->second.first->getName()).c_str());
if (_checkGLErrors==osg::State::ONCE_PER_ATTRIBUTE) _renderInfo.getState()->checkGLErrors("after pcp->apply(Uniform&) in GLObjectsVisitor::apply(osg::StateSet& stateset), uniform name: ", (itr->second.first->getName()).c_str());
}
}
}