GPUBackend: Remove duplicate num_vertices

This commit is contained in:
Stenzek 2024-12-22 13:22:08 +10:00
parent 9b62632951
commit b81287efd2
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

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