OGL: draw shadows within rasterfont itself

This commit is contained in:
degasus
2014-12-20 13:31:41 +01:00
parent fb177ca04e
commit 3f9b52e555
5 changed files with 12 additions and 13 deletions

View File

@ -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);