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 some hitcircle sprites missing in certain skins since last release #31254

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

peppy
Copy link
Member

@peppy peppy commented Dec 24, 2024

I was a bit too eager to replace all calls with the new provider in dae380b, while it doesn't actually make sense.

To handle the case that was trying to be fixed, using the provider to check whether the prefix version of the circle sprite is available is enough alone.

Closes #31200

Have tested against the skins linked in #31200, along with the original test case used in #31052 (#30927 (reply in thread))

I was a bit too eager to replace all calls with the new `provider`
in
ppy@dae380b,
while it doesn't actually make sense.

To handle the case that was trying to be fixed, using the `provider` to
check whether the *prefix* version of the circle sprite is available is
enough alone.

Closes ppy#31200
@peppy peppy added area:skinning next release Pull requests which are almost there. We'll aim to get them in the next release, but no guarantees! labels Dec 24, 2024
@peppy peppy requested review from bdach and a team December 24, 2024 07:09
Copy link
Collaborator

@bdach bdach left a comment

Choose a reason for hiding this comment

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

seems fine probably

@bdach bdach merged commit 6b56c65 into ppy:master Dec 24, 2024
8 of 10 checks passed
@peppy peppy deleted the fix-invisible-circle-sprites branch January 4, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:skinning next release Pull requests which are almost there. We'll aim to get them in the next release, but no guarantees! size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invisible hit circles
2 participants