mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Fixed imgui crash
This commit is contained in:
@@ -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();*/
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user