Change 'size_indice' to 'size_indices'
parent
a8f89a01aa
commit
1670104ad8
|
@ -3746,7 +3746,7 @@ SDL_RenderGeometryRaw(SDL_Renderer *renderer,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (indices) {
|
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");
|
return SDL_InvalidParamError("size_indices");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue