mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-21 02:38:25 -05:00
Fix the custom UI drawing in front of ImGui windows. (#335)
This commit is contained in:
@@ -2321,7 +2321,7 @@ static void DrawImGui()
|
||||
Fader::Draw();
|
||||
BlackBar::Draw();
|
||||
|
||||
assert(ImGui::GetForegroundDrawList()->_ClipRectStack.Size == 1 && "Some clip rects were not removed from the stack!");
|
||||
assert(ImGui::GetBackgroundDrawList()->_ClipRectStack.Size == 1 && "Some clip rects were not removed from the stack!");
|
||||
|
||||
DrawProfiler();
|
||||
ImGui::Render();
|
||||
|
||||
Reference in New Issue
Block a user