Fixed missing return value
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403390
This commit is contained in:
parent
3fc02a176b
commit
a6a8062f6c
1 changed files with 1 additions and 0 deletions
|
@ -2023,6 +2023,7 @@ SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
|
|||
if (a) {
|
||||
*a = renderer->a;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue