mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 12:35:48 +00:00
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…
x
Reference in New Issue
Block a user