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: soft drop bugs #38

Merged
merged 5 commits into from
Jan 1, 2025
Merged

Conversation

Broderick-Westrope
Copy link
Owner

@Broderick-Westrope Broderick-Westrope commented Jan 1, 2025

Resolves #29.

Previously (by developer error) the interval for the fall stopwatch was
only being updated when the function `ToggleSoftDrop` was called. Now,
`ToggleSoftDrop` is only responsible for doing the toggle not also
returning the new value. A new function `GetFallInterval` has been
created to retrieve the fall interval. This allows the toggle to be done
on soft drop key press, and the stopwatch interval is only modified when
the stopwatch tick message is received.
@Broderick-Westrope Broderick-Westrope self-assigned this Jan 1, 2025
@Broderick-Westrope Broderick-Westrope merged commit c2d38a9 into main Jan 1, 2025
5 checks passed
@Broderick-Westrope Broderick-Westrope deleted the fix/29-soft-drop-not-working branch January 1, 2025 10:59
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.

Soft Drop not working
1 participant