-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Conversation
Regressed with recent centering changes in ppy#24220
9d4da15
to
deba6e2
Compare
/// <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; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Regressed with recent centering changes in #24220