GPUBackend: Remove duplicate num_vertices

pull/3347/head
Stenzek 11 months ago
parent 9b62632951
commit b81287efd2
No known key found for this signature in database

@ -294,8 +294,6 @@ struct GPUBackendDrawRectangleCommand : public GPUBackendDrawCommand
struct GPUBackendDrawLineCommand : public GPUBackendDrawCommand
{
u16 num_vertices;
struct Vertex
{
s32 x, y;

Loading…
Cancel
Save