You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point in the project, the tile_content field has been removed due to a previous refactor (extracting the /spatial folder).
This loop needs to be replaced with the for_each_tile_content helper.
UPDATE: there seems to be other occurrences of this in the following chapters too.
The text was updated successfully, but these errors were encountered:
rustrogueliketutorial/book/src/chapter_63.md
Line 247 in 33872fe
At this point in the project, the
tile_content
field has been removed due to a previous refactor (extracting the/spatial
folder).This loop needs to be replaced with the
for_each_tile_content
helper.UPDATE: there seems to be other occurrences of this in the following chapters too.
The text was updated successfully, but these errors were encountered: