mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
OGL: draw shadows within rasterfont itself
This commit is contained in:
parent
fb177ca04e
commit
3f9b52e555
5 changed files with 12 additions and 13 deletions
|
@ -56,7 +56,6 @@ void DrawMessages()
|
|||
|
||||
alpha <<= 24;
|
||||
|
||||
g_renderer->RenderText(it->str, left + 1, top + 1, 0x000000 | alpha);
|
||||
g_renderer->RenderText(it->str, left, top, 0xffff30 | alpha);
|
||||
top += 15;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue