Fixed bug #5087: SDL_RenderGeometryRaw() passes colors as int* instead of SDL_Color*
This commit is contained in:
parent
323ba6c008
commit
b7885abc44
3 changed files with 29 additions and 23 deletions
|
@ -1645,7 +1645,7 @@ extern DECLSPEC int SDLCALL SDL_RenderGeometry(SDL_Renderer *renderer,
|
|||
extern DECLSPEC int SDLCALL SDL_RenderGeometryRaw(SDL_Renderer *renderer,
|
||||
SDL_Texture *texture,
|
||||
const float *xy, int xy_stride,
|
||||
const int *color, int color_stride,
|
||||
const SDL_Color *color, int color_stride,
|
||||
const float *uv, int uv_stride,
|
||||
int num_vertices,
|
||||
const void *indices, int num_indices, int size_indices);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue