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 System.lanes() #17

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

fix System.lanes() #17

wants to merge 1 commit into from

Conversation

san-e
Copy link
Contributor

@san-e san-e commented Apr 23, 2023

Turns out System.lanes() is completely broken. As soon as it encounters the last ring in a lane, rings.get(current_ring.next_ring) will throw an exception. This PR works around that.

Alternatively, this could also be fixed by altering EntitySet.get()'s behaviour to include default values, which it looks like was the expected behaviour here

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.

1 participant