GPUBackend: Remove duplicate num_vertices
This commit is contained in:
parent
9b62632951
commit
b81287efd2
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue