Skip to content

Commit

Permalink
Retrigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aleokdev committed Oct 22, 2024
1 parent 1bdec1b commit 162708c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub struct Map {
/// individual tiles may have different sizes. As such, there is no guarantee that this value
/// will be the same as the one from the tilesets the map is using.
pub tile_height: u32,
/// The length of the side of a hexagonal tile in pixels (used by tile layers on hexagonal maps).
/// The length of the side of a hexagonal tile in pixels (Used by tile layers on hexagonal maps).
pub hexside_length: Option<u32>,
/// The stagger axis of Hexagonal/Staggered map.
pub stagger_axis: StaggerAxis,
Expand Down

0 comments on commit 162708c

Please sign in to comment.