Bug: TileStorage
is not updated after TilePos
is updated
#467
Labels
enhancement
New feature or request
TileStorage
is not updated after TilePos
is updated
#467
It is demonstrated in the move_tile example that updating the value of an entity's
TilePos
is the intended API for moving a tile (without despawning and respawning it). However, if you do it this way then the corresponding map'sTileStorage
won't be updated and future lookups will be broken.The text was updated successfully, but these errors were encountered: