mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-02 16:29:36 -05:00
Fix faulty ImGui clip rect usage. (#211)
This commit is contained in:
@@ -2098,8 +2098,9 @@ static void DrawImGui()
|
||||
ButtonGuide::Draw();
|
||||
Fader::Draw();
|
||||
|
||||
DrawProfiler();
|
||||
assert(ImGui::GetForegroundDrawList()->_ClipRectStack.Size == 1 && "Some clip rects were not removed from the stack!");
|
||||
|
||||
DrawProfiler();
|
||||
ImGui::Render();
|
||||
|
||||
auto drawData = ImGui::GetDrawData();
|
||||
|
||||
Reference in New Issue
Block a user