RenderBase: Remove an unused variable

This commit is contained in:
Lioncash 2015-06-19 20:30:29 -04:00
parent 9b9bab2179
commit cfead69f67
1 changed files with 0 additions and 1 deletions

View File

@ -288,7 +288,6 @@ void Renderer::DrawDebugText()
if (g_ActiveConfig.bShowFPS || SConfig::GetInstance().m_ShowFrameCount)
{
std::string fps = "";
if (g_ActiveConfig.bShowFPS)
final_cyan += StringFromFormat("FPS: %d", g_renderer->m_fps_counter.m_fps);