Fixed missing return value

This commit is contained in:
Sam Lantinga 2008-12-30 07:15:46 +00:00
parent 605db668a8
commit 1e89c90c36

View File

@ -2023,6 +2023,7 @@ SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
if (a) {
*a = renderer->a;
}
return 0;
}
int