Skip to content

Fix TakeBlessing bug and add multibox feature to MoveAndInteractWithGadget#1021

Open
sloppynacho wants to merge 9 commits into
apoguita:mainfrom
sloppynacho:main
Open

Fix TakeBlessing bug and add multibox feature to MoveAndInteractWithGadget#1021
sloppynacho wants to merge 9 commits into
apoguita:mainfrom
sloppynacho:main

Conversation

@sloppynacho

Copy link
Copy Markdown
Contributor

No description provided.

…dow collapsed

An indentation regression left the "Follow Publish" section (thresholds,
unstuck knobs, dirty_runtime_cfg check) outside the `if ImGui.Begin(...)`
block. When the Follow Formations window was collapsed, Begin returned
False, skipping `dirty_runtime_cfg = False`, but the dedented
`if dirty_runtime_cfg:` still ran — raising UnboundLocalError every frame.

Re-indent the block back inside Begin and restore the "Show Flagging
Window" checkbox as a sibling of the dirty check (it was accidentally
nested under it, only rendering on frames where a setting changed)
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.

1 participant