small code cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2269 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7a276e687e
commit
6f05e6f5ba
|
@ -917,7 +917,6 @@ void Renderer::SwapBuffers()
|
|||
if (g_Config.bShowFPS)
|
||||
{
|
||||
p+=sprintf(p, "%d\n", s_fps);
|
||||
Renderer::RenderText(st, 20, 20, 0xFF00FFFF);
|
||||
}
|
||||
|
||||
if (g_Config.bOverlayStats) {
|
||||
|
|
Loading…
Reference in New Issue