Skip to content

Commit

Permalink
Fix Android build after minetest#231
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp committed Sep 17, 2023
1 parent 679dfd3 commit 766c02d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/Irrlicht/COGLESDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 766c02d

Please sign in to comment.