diff --git a/src/video/SDL_video.c b/src/video/SDL_video.c index 91b309941..688309895 100644 --- a/src/video/SDL_video.c +++ b/src/video/SDL_video.c @@ -2023,6 +2023,7 @@ SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a) if (a) { *a = renderer->a; } + return 0; } int