From b81287efd2490ca2136514fc4f557138bd9b750e Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 22 Dec 2024 13:22:08 +1000 Subject: [PATCH] GPUBackend: Remove duplicate num_vertices --- src/core/gpu_thread_commands.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/gpu_thread_commands.h b/src/core/gpu_thread_commands.h index ff14ed1c5..e09fd979c 100644 --- a/src/core/gpu_thread_commands.h +++ b/src/core/gpu_thread_commands.h @@ -294,8 +294,6 @@ struct GPUBackendDrawRectangleCommand : public GPUBackendDrawCommand struct GPUBackendDrawLineCommand : public GPUBackendDrawCommand { - u16 num_vertices; - struct Vertex { s32 x, y;