Renamed variables, index is the singular of indices

This commit is contained in:
Sam Lantinga 2022-10-18 08:40:03 -07:00
parent 965ba1e097
commit aefc6b5bb5
4 changed files with 37 additions and 37 deletions

View file

@ -249,7 +249,7 @@ struct SDL_Renderer
SDL_RenderLineMethod line_method;
/* List of triangle indices to draw rects */
int rect_indice_list[6];
int rect_index_order[6];
/* Remainder from scaled relative motion */
float xrel;