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

Multiple notes hit with one button press #7

Open
ryanshowseason2 opened this issue Apr 17, 2023 · 0 comments
Open

Multiple notes hit with one button press #7

ryanshowseason2 opened this issue Apr 17, 2023 · 0 comments

Comments

@ryanshowseason2
Copy link

If the beatmap generates notes too close the event handler counts a single press for multiple notes on screen.

This can be easily fixed by adding a boolean that is set for any of the if statements being satisfied. Then when this boolen is true just continue in the loop. That stops the loop effectively and you don't process anymore notes in that keydown event.

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

No branches or pull requests

1 participant