We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee10435 commit 8ef3295Copy full SHA for 8ef3295
articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs
@@ -104,7 +104,7 @@ public TextureRegion GetTile(int index)
104
}
105
106
/// <summary>
107
- /// Gets the texture region of the tile frm this tilemap at the specified
+ /// Gets the texture region of the tile from this tilemap at the specified
108
/// column and row.
109
/// </summary>
110
/// <param name="column">The column of the tile in this tilemap.</param>
0 commit comments