mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-19 11:18:27 +00:00
Fixed build
This commit is contained in:
parent
7271a2040b
commit
9005512c18
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue