Cytopia
Cytopia copied to clipboard
Manually placed water tiles don't have shorelines
If you place water tiles manually by using the water tool in the first category, the water tiles don't have any shorelines. However, placing items near these shorelines seems to update the water tiles and fixes this issue somewhat.
@JimmySnails can you point me where exactly we update the shorelines in code ?
This was implemented with #191 and the PR #423
check the changes in the PR. I think this bug has nothing to do with the implementation, but rather that updateNodes for the neighbors is not called correctly anymore. This worked when i implemented it.
Please check out the PR and verify that it works first.