SaveTool: remove those commented LoCs.

Since the research tree might be made in pure ImGui (attempts to do it
in normal GL didn't really pan out), we won't need state changes.
This commit is contained in:
Guillaume Jacquemin 2021-06-21 00:26:56 +02:00
parent fdb39e1d1d
commit 13b4785a43
1 changed files with 0 additions and 8 deletions

View File

@ -339,15 +339,7 @@ void SaveTool::drawImGui() {
_imgui.updateApplicationCursor(*this);
//GL::Renderer::enable(GL::Renderer::Feature::ScissorTest);
//GL::Renderer::disable(GL::Renderer::Feature::FaceCulling);
//GL::Renderer::disable(GL::Renderer::Feature::DepthTest);
_imgui.drawFrame();
//GL::Renderer::enable(GL::Renderer::Feature::DepthTest);
//GL::Renderer::enable(GL::Renderer::Feature::FaceCulling);
//GL::Renderer::disable(GL::Renderer::Feature::ScissorTest);
}
void SaveTool::drawGui() {