Merge pull request #2632 from lioncash/var
RenderBase: Remove an unused variable
This commit is contained in:
commit
1003d08d81
|
@ -288,7 +288,6 @@ void Renderer::DrawDebugText()
|
||||||
|
|
||||||
if (g_ActiveConfig.bShowFPS || SConfig::GetInstance().m_ShowFrameCount)
|
if (g_ActiveConfig.bShowFPS || SConfig::GetInstance().m_ShowFrameCount)
|
||||||
{
|
{
|
||||||
std::string fps = "";
|
|
||||||
if (g_ActiveConfig.bShowFPS)
|
if (g_ActiveConfig.bShowFPS)
|
||||||
final_cyan += StringFromFormat("FPS: %d", g_renderer->m_fps_counter.m_fps);
|
final_cyan += StringFromFormat("FPS: %d", g_renderer->m_fps_counter.m_fps);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue