mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Removed debug outline window
This commit is contained in:
@@ -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();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user