Fix Android build after #231

This commit is contained in:
Gregor Parzefall 2023-09-17 20:28:53 +02:00 committed by sfan5
parent 679dfd3343
commit 0b9ee5884f
1 changed files with 0 additions and 4 deletions

View File

@ -775,10 +775,6 @@ void COGLES1Driver::drawVertexPrimitiveList2d3d(const void* vertices, u32 vertex
case scene::EPT_TRIANGLES:
glDrawElements((LastMaterial.Wireframe)?GL_LINES:(LastMaterial.PointCloud)?GL_POINTS:GL_TRIANGLES, primitiveCount*3, indexSize, indexList);
break;
case scene::EPT_QUAD_STRIP:
case scene::EPT_QUADS:
case scene::EPT_POLYGON:
break;
}
if (Feature.MaxTextureUnits > 0)