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

Do not show timing distribution graph in offset control if there's not enough timed hits #30622

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented Nov 14, 2024

Intended to address concerns raised in #30620 (comment).

I'm intentionally not using the version of the check from

this.hitEvents = hitEvents.Where(e => !(e.HitObject.HitWindows is HitWindows.EmptyHitWindows) && e.Result.IsBasic() && e.Result.IsHit()).ToList();

since that version of the conditional is special and fixes a purely visual issue visible on the results screen (#24274).

@ssz7-ch2
Copy link
Contributor

Adding to #30620 (comment), this also happens when you hit a slider with classic mod and then miss everything else (which is what probably happened in the original issue)

@smoogipoo smoogipoo merged commit 58aba54 into ppy:master Nov 15, 2024
8 of 10 checks passed
@bdach bdach deleted the not-enough-timed-events branch November 15, 2024 06:47
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.

3 participants