OpenGL2: VBO cleanup.

This commit is contained in:
SmileTheory 2014-10-13 21:57:06 -07:00
parent c04d05fd8f
commit 873a02bd3c
8 changed files with 300 additions and 666 deletions

View file

@ -1498,7 +1498,7 @@ void RB_StageIteratorGeneric( void )
if (tess.useInternalVBO)
{
RB_UpdateVBOs(vertexAttribs);
RB_UpdateTessVbo(vertexAttribs);
}
else
{