Fixed compiler warnings using Visual Studio 2019
This commit is contained in:
parent
ce11caa80f
commit
eb3bf80f9c
2 changed files with 31 additions and 31 deletions
|
@ -1459,7 +1459,7 @@ GL_RunCommandQueue(SDL_Renderer * renderer, SDL_RenderCommand *cmd, void *vertic
|
|||
}
|
||||
|
||||
{
|
||||
int j;
|
||||
size_t j;
|
||||
float currentColor[4];
|
||||
data->glGetFloatv(GL_CURRENT_COLOR, currentColor);
|
||||
data->glBegin(GL_TRIANGLES);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue