Skip to content

Fix for ImGui 1.92.8 AddRect arg swap#20

Merged
nitz merged 1 commit into
cmdwtf:mainfrom
pthom:fix_imgui_v1.92.8
May 14, 2026
Merged

Fix for ImGui 1.92.8 AddRect arg swap#20
nitz merged 1 commit into
cmdwtf:mainfrom
pthom:fix_imgui_v1.92.8

Conversation

@pthom
Copy link
Copy Markdown
Contributor

@pthom pthom commented May 12, 2026

Gate the 2 AddRect call sites on IMGUI_VERSION_NUM < 19276
last two args (flags, thickness) were swapped to (thickness, flags) in ocornut/imgui v1.92.8.

See https://github.com/ocornut/imgui/releases/tag/v1.92.8

Gate the 2 AddRect call sites on IMGUI_VERSION_NUM < 19276 — last
two args (flags, thickness) were swapped to (thickness, flags) in
ocornut/imgui v1.92.8.
@nitz nitz merged commit bfd17d7 into cmdwtf:main May 14, 2026
@nitz
Copy link
Copy Markdown
Collaborator

nitz commented May 14, 2026

Looks good to me! Thanks for keeping tabs on things like this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants