IDI-Systems / UnrealImGui

Unreal plug-in that integrates Dear ImGui framework into Unreal Engine 4/5.
MIT License
121 stars 27 forks source link

Use ImDrawCmd::IdxOffset for advancing offset of index buffer #10

Closed kkawachi closed 7 months ago

kkawachi commented 7 months ago

This pull request fixes incorrect background color of popup modal by taking ImDrawCmd::IdxOffset into consideration in Slate widget for rendering ImGui output.

Please refer to the following pages for the problem and fix that are almost identical to this PR. Thanks.

jonpas commented 7 months ago

Thanks!