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!taiko editor playfield missing a piece #24374

Merged
merged 5 commits into from
Jul 28, 2023

Conversation

peppy
Copy link
Member

@peppy peppy commented Jul 26, 2023

Regressed with recent centering changes in #24220

Before After
2023-07-27 02 23 36@2x 2023-07-27 02 24 18@2x

Regressed with recent centering changes in ppy#24220
/// <summary>
/// Whether the playfield should be centered vertically. Should be disabled for playfields which span the full horizontal width.
/// </summary>
protected virtual bool ApplyVerticalCentering => true;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Okay, first of all, this applies horizontal centering, and not vertical.

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm. That depends how your brain works. But I think you're correct that that is the more accepted understanding.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Not sure why this rename wasn't applied, but given that the above seems to be an agreement, I'll apply it myself to speed things up because god knows I'm review-backlogged to my ears already.

osu.Game/Rulesets/Edit/HitObjectComposer.cs Outdated Show resolved Hide resolved
@bdach bdach enabled auto-merge July 28, 2023 20:15
@bdach bdach merged commit 318aa46 into ppy:master Jul 28, 2023
10 checks passed
@peppy peppy deleted the fix-taiko-alignment branch July 29, 2023 18:18
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.

2 participants