Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(hud): HUD not hidden when using Skyrim Souls #123

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

ceejbot
Copy link
Owner

@ceejbot ceejbot commented Feb 16, 2024

Any mod that un-pauses when menus are shown would trigger this bug. The fix is to track the visibility of the cursor via the cursor menu. If this is visible, the HUD should not be visible.

There are other cases where we should hide ourselves, but we already handle those, and those checks are untouched here. (It turned out pretty simple in the end!)

Any mod that un-pauses when menus are shown would trigger this
bug. The fix is to track the visibility of the *cursor* via the
cursor menu. If this is visible, the HUD should not be visible.

There are other cases where we should hide ourselves, but we
already handle those, and those checks are untouched here.
(It turned out pretty simple in the end!)
@ceejbot ceejbot merged commit d7e7270 into latest Feb 16, 2024
1 check passed
@ceejbot ceejbot deleted the ceej/fix-souls-mode-unpauser branch February 16, 2024 04:12
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