-
Notifications
You must be signed in to change notification settings - Fork 29
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
some times game panics #12
Comments
duplication of #7 |
Open
IssuePanics due to negative results caused by Line 205 in f98ff4d
Suggestionusing
world.next_right = rng.gen_range(
max(world.next_right.saturating_sub(5), world.next_left + 3) .. world.next_right + 5
); |
This was referenced Mar 12, 2024
Open
same issue in linux 👍🏽 |
Dear @jadijadi, would give me some clues why this panics happens? i can work on it to find out some solutions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: