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: speed up sidepanel responsiveness to quest state changes #1858

Merged

Conversation

pajlada
Copy link
Contributor

@pajlada pajlada commented Nov 23, 2024

When progressing through a quest, the sidepanel is currently a bit slow at progressing.

This PR tries to avoid this by ensuring the event that triggers sidepanel updates is done at the end of the GameTick event

Before:

qh-old-panel-half-size.mp4

After:

qh-new-panel-half-size.mp4

This is probably one of these things that'd be good to get some testing with to ensure it doesn't silently break something

@pajlada pajlada changed the title fix: speed up sidepanel responsiveness fix: speed up sidepanel responsiveness to quest state changes Nov 23, 2024
@Zoinkwiz Zoinkwiz merged commit 9eeba0c into Zoinkwiz:master Nov 24, 2024
1 check passed
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