Removed debug outline window

This commit is contained in:
Antoine Pilote
2024-04-23 23:21:43 -04:00
parent cda706e62c
commit f854a2d783

View File

@@ -308,10 +308,9 @@ namespace Nuake
}
mOutlineBuffer->Unbind();
ImGui::Begin("outline");
ImGui::Image((void*)mOutlineBuffer->GetTexture(GL_COLOR_ATTACHMENT0)->GetID(), ImGui::GetContentRegionAvail(), ImVec2(0, 1), ImVec2(1, 0));
ImGui::End();
//ImGui::Begin("outline");
//ImGui::Image((void*)mOutlineBuffer->GetTexture(GL_COLOR_ATTACHMENT0)->GetID(), ImGui::GetContentRegionAvail(), ImVec2(0, 1), ImVec2(1, 0));
//ImGui::End();
framebuffer.Bind();
{