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 Combo, Misses, and NotesSpawned #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChrisJAllan
Copy link

@ChrisJAllan ChrisJAllan commented Oct 16, 2022

Fixes #26

While testing, I noticed bad cuts weren't breaking combo, adding misses, or adding notes spawned, so fixed those. Bomb hits are not counted under misses, which is consistent with the documentation and other mods, but the LiveData.ColorType is now set correctly before returning.

Side note: my compiler really doesn't like DefaultValueTAttribute because CS0698? How do you get around this? I did the annoying thing and made each use it's own class, but that's a pain. Found it, C# 11 preview feature

@UnskilledFreak
Copy link
Contributor

Can confirm the issues in #26, as well as full combo does not set to false when a bad cut happend. Also misses are not incremented when that happend.
I did not yet tested this fix here but code looks ok to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[2.1.0] LiveData.Combo is doubled
2 participants