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

[MU3] Fix detection of even/odd lyrics #7628

Merged
merged 1 commit into from
Mar 5, 2021

Conversation

Jojo-Schmitz
Copy link
Contributor

@Jojo-Schmitz Jojo-Schmitz commented Mar 5, 2021

Shamelessly stolen from #7627 and fixed the still wrong logic ;-) (_no is zero based, see discussion in #7627 (comment))

Might (!?) resolve:

Well, maybe not, as that Lyrics::isEven() isn't actually used anywhere. So yes, it is a bug, but in (currently) unused code, as far as I can tell.
In lyrics.cpp it uses (_no & 1) for this purpose and in 3 different places.

But #6021 does make use of this (and fixes it the very same way)

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.

None yet

2 participants