Fixed compiler warnings using Visual Studio 2019

This commit is contained in:
Sam Lantinga 2021-09-21 18:15:09 -07:00
parent ce11caa80f
commit eb3bf80f9c
2 changed files with 31 additions and 31 deletions

View file

@ -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);