mirror of
https://github.com/yawut/SDL.git
synced 2026-07-30 15:09:20 -05:00
Fixed missing return value
This commit is contained in:
parent
605db668a8
commit
1e89c90c36
|
|
@ -2023,6 +2023,7 @@ SDL_GetRenderDrawColor(Uint8 * r, Uint8 * g, Uint8 * b, Uint8 * a)
|
|||
if (a) {
|
||||
*a = renderer->a;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user