Cytopia icon indicating copy to clipboard operation
Cytopia copied to clipboard

Manually placed water tiles don't have shorelines

Open KINGTUT10101 opened this issue 4 years ago • 2 comments

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. image

KINGTUT10101 avatar May 10 '20 00:05 KINGTUT10101

@JimmySnails can you point me where exactly we update the shorelines in code ?

Mograbi avatar May 25 '20 01:05 Mograbi

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.

SimplyLiz avatar May 26 '20 09:05 SimplyLiz