Fixed imgui crash

This commit is contained in:
Antoine Pilote
2023-03-05 13:02:09 -05:00
parent 47985f507a
commit 435d50e655

View File

@@ -74,7 +74,7 @@ namespace Nuake {
{
ImGui::Image((void*)(uintptr_t)(mDepth->GetID()), ImGui::GetContentRegionAvail(), ImVec2(0, 1), ImVec2(1, 0));
}
*/
ImGui::End();
ImGui::End();*/
}
}