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 not being able to apply last play offset after returning to song select #31386

Merged
merged 4 commits into from
Jan 6, 2025

Conversation

peppy
Copy link
Member

@peppy peppy commented Jan 2, 2025

This regressed with #30905, so I've gone about fixing the underlying issue in a different way.

Hopefully this is amicable.

Closes #31085.

peppy added 3 commits January 2, 2025 15:59
I don't really like adding this new session static, but we don't have a
better place to put this.
Copy link
Contributor

@smoogipoo smoogipoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this is okay, though it increases my concern about storing ScoreInfo to statics. It's hard for me to predict (at this stage) whether anything/everything will be leaked here and wreak havoc.

(We have already seen/discussed the existing static leaking a little bit, saved only by the presumption it's reset every play)

@smoogipoo smoogipoo merged commit 448790a into ppy:master Jan 6, 2025
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Calibrate using last play" option not available after exiting and re-entering map
2 participants