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

Ranges intersect #1453

Closed
Dave-Lowndes opened this issue Nov 21, 2024 · 1 comment · Fixed by #1455
Closed

Ranges intersect #1453

Dave-Lowndes opened this issue Nov 21, 2024 · 1 comment · Fixed by #1455

Comments

@Dave-Lowndes
Copy link

else if ((int)sr.id >= (int)engine::GroupTriggerID::MACRO &&

The range of values in L108 & L128 overlap.
Should the upper values be < rather than <= ?

@baconpaul
Copy link
Contributor

yes i think that is correct. I'm in the code this afternoon let me confirm and merge. but it certainly looks like it should be < not <=.

baconpaul added a commit to baconpaul/shortcircuit-xt that referenced this issue Nov 21, 2024
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 a pull request may close this issue.

2 participants