mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 12:18:28 +00:00
Renamed variables, index is the singular of indices
This commit is contained in:
parent
965ba1e097
commit
aefc6b5bb5
4 changed files with 37 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue