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 osu!catch fruits not resizing on texture change #29679

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

smoogipoo
Copy link
Contributor

@smoogipoo smoogipoo commented Sep 2, 2024

Fixes #29447

Fixing this locally for now because it's really an o!f bug. Fixing it requires going through all usages and seeing if there's special cases like:

new Sprite
{
    RelativeSizeAxes = Axes.Both,
    Texture = ...,
    Size = Vector2.One
}

@bdach bdach merged commit fb66e9b into ppy:master Sep 2, 2024
11 of 12 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.

CTB will mix the resolution of different fruits
2 participants