gdmc_http_client_python icon indicating copy to clipboard operation
gdmc_http_client_python copied to clipboard

Fixes offset for heightmap on Start_Here as well.

Open caranha opened this issue 4 years ago • 2 comments

the heightmap data structure is indexed 0..build_area_size.

So when we use in_world coordinates to access the heightmap, it throws an error. This PR fixes that.

caranha avatar Feb 19 '22 03:02 caranha

Thanks for these fixes, saved me a bunch of time!

avdstaaij avatar Feb 26 '22 17:02 avdstaaij

This has been merged in the new repository! (avdstaaij/gdpc)

avdstaaij avatar Dec 08 '22 19:12 avdstaaij