-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 Strict Tracking mod sliderend combo issue #19271
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Bartłomiej Dach <[email protected]>
In theory this looks better now, but there's a display issue. If slider tails are to be judged as osu/osu.Game.Rulesets.Osu/OsuRuleset.cs Lines 256 to 274 in 27ec8f3
The fact that the judgement names are overridden makes this confusing because it will seem like tails have been "replaced by ticks". Related: #18764 (comment) |
The only simplest way I can think of is allowing |
No, the simplest thing to do here - code-wise - would be to remove |
Yeah actually, upon taking a second look this doesn't seem feasible to fix without making each mod specify which |
Closes #19232