Removed deprecated code paths and moved implementations into headers

This commit is contained in:
Robert Osfield
2016-08-05 21:59:34 +01:00
parent bf28e2d037
commit e3c663bb02
6 changed files with 185 additions and 2012 deletions

View File

@@ -686,7 +686,7 @@ VertexArrayState* Geometry::createVertexArrayState(RenderInfo& renderInfo, bool
{
OSG_NOTICE<<" Setup VertexArrayState to use VAO"<<std::endl;
vas->generateVretexArrayObject();
vas->generateVertexArrayObject();
}
else
{