Fixed typo

This commit is contained in:
Robert Osfield
2019-01-23 08:52:11 +00:00
parent 84bae01643
commit 749dc86dd3
2 changed files with 2 additions and 2 deletions

View File

@@ -685,7 +685,7 @@ void osgParticle::ParticleSystem::releaseGLObjects(osg::State* state) const
}
}
osg::VertexArrayState* osgParticle::ParticleSystem::createVertexArrayStateImplemenation(osg::RenderInfo& renderInfo) const
osg::VertexArrayState* osgParticle::ParticleSystem::createVertexArrayStateImplementation(osg::RenderInfo& renderInfo) const
{
osg::State& state = *renderInfo.getState();