Removed a temp variable.

This commit is contained in:
Tleety
2016-01-23 14:52:29 +01:00
parent 6a18cb88af
commit f623232a2b
3 changed files with 0 additions and 5 deletions
-3
View File
@@ -121,9 +121,6 @@ void Renderer::Draw(RenderFrame& frame)
m_DrawScreenQuadPass->Draw(m_PickingPass->PickingTexture());
}
//m_DrawBloomPass->Draw(m_DrawFinalPass->m_BloomTexture);
//m_DrawColorCorrectionPass->Draw(m_DrawFinalPass->m_SceneTexture, m_DrawBloomPass->m_GaussianTexture_vert);
m_ImGuiRenderPass->Draw();
glfwSwapBuffers(m_Window);
}