mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +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
|
@ -417,9 +417,6 @@ void Renderer::DrawDebugText()
|
|||
if (g_ActiveConfig.bOverlayProjStats)
|
||||
final_cyan += Statistics::ToStringProj();
|
||||
|
||||
// Render a shadow
|
||||
g_renderer->RenderText(final_cyan, 21, 21, 0xDD000000);
|
||||
g_renderer->RenderText(final_yellow, 21, 21, 0xDD000000);
|
||||
//and then the text
|
||||
g_renderer->RenderText(final_cyan, 20, 20, 0xFF00FFFF);
|
||||
g_renderer->RenderText(final_yellow, 20, 20, 0xFFFFFF00);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue