mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-11 05:48:13 +00:00
Fixed compiler warnings using Visual Studio 2019
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user