mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
OGL: draw shadows within rasterfont itself
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user