OpenGL2: Remove SF_VAO_MESH.

This commit is contained in:
SmileTheory 2017-06-16 16:52:53 -07:00
parent fd3b58b967
commit e03cdf444c
4 changed files with 1 additions and 48 deletions

View file

@ -99,7 +99,6 @@ void R_DlightBmodel( bmodel_t *bmodel ) {
case SF_FACE:
case SF_GRID:
case SF_TRIANGLES:
case SF_VAO_MESH:
((srfBspSurface_t *)surf->data)->dlightBits = mask;
break;