Change 'size_indice' to 'size_indices'

main
Sylvain 2021-04-23 12:27:35 +02:00 committed by Sylvain Becker
parent a8f89a01aa
commit 1670104ad8
1 changed files with 1 additions and 1 deletions

View File

@ -3746,7 +3746,7 @@ SDL_RenderGeometryRaw(SDL_Renderer *renderer,
}
if (indices) {
if (size_indices != 1 && size_indice != 2 && size_indice != 4) {
if (size_indices != 1 && size_indices != 2 && size_indices != 4) {
return SDL_InvalidParamError("size_indices");
}
} else {