Fixed build

main
Sam Lantinga 2024-02-03 12:39:52 -08:00
parent 7271a2040b
commit 9005512c18
1 changed files with 0 additions and 1 deletions

View File

@ -4024,7 +4024,6 @@ int SDL_RenderGeometryRaw(SDL_Renderer *renderer,
const void *indices, int num_indices, int size_indices)
{
int i;
int retval = 0;
int count = indices ? num_indices : num_vertices;
CHECK_RENDERER_MAGIC(renderer, -1);