Skip to content

Commit

Permalink
- fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaffeewolf committed Nov 24, 2024
1 parent 1837b8e commit 95787e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/dynui/imguicontext.cc
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ ImguiContext::Create()
ImguiContext::RecoverImGuiContextErrors();
#endif
ImGui::Render();
ImguiDrawFunction(cmdBuf, viewport, true);
ImguiDrawFunction(cmdBuf, viewport);
});
}
#endif
Expand Down

0 comments on commit 95787e5

Please sign in to comment.