We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, When I try to dig downwards, after many blocks, there's the following error and the game crashes:
game: src/world/world.c:191: void world_heightmap_recalculate(struct World *, ivec2s): Assertion `world_in_bounds(self, (ivec3s) {{ p.x, 0, p.y }})' failed. [1] 1085200 abort (core dumped) ./bin/game
The text was updated successfully, but these errors were encountered:
I think that your y value goes below zero, since the bounds check makes sure that neither the x, y and z axis can be negative.
Sorry, something went wrong.
No branches or pull requests
Hello,
When I try to dig downwards, after many blocks, there's the following error and the game crashes:
The text was updated successfully, but these errors were encountered: