mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-12 23:04:40 +02:00
Renamed variables, index is the singular of indices
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user