mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-24 14:32:08 +00:00
(No, really, use the color blue)
This commit is contained in:
parent
df960220ef
commit
e868718f31
@ -216,7 +216,7 @@ void
|
||||
vm_screen_set_color(vm_screen *scr, vm_color clr)
|
||||
{
|
||||
if (scr->render) {
|
||||
SDL_SetRenderDrawColor(scr->render, clr.r, clr.g, clr.g,
|
||||
SDL_SetRenderDrawColor(scr->render, clr.r, clr.g, clr.b,
|
||||
SDL_ALPHA_OPAQUE);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user