Remove statistics rendering from EditorViewportWidget - it's wrong at the moment, and needs to be moved to a controller

This commit is contained in:
nvsickle
2021-04-19 15:24:08 -07:00
parent ebf41d2bdf
commit e2a7629993
@@ -906,11 +906,6 @@ void EditorViewportWidget::OnBeginPrepareRender()
m_debugDisplay->DepthTestOn();
PostWidgetRendering();
if (!m_renderer->IsStereoEnabled())
{
GetIEditor()->GetSystem()->RenderStatistics();
}
}
//////////////////////////////////////////////////////////////////////////