Skip to content

Commit

Permalink
Update texture_atlas_builder.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Dec 2, 2020
1 parent 3623da2 commit cc772ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_sprite/src/texture_atlas_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ pub struct TextureAtlasBuilder {
/// The grouped rects which must be placed with a key value pair of a
/// texture handle to an index.
rects_to_place: GroupedRectsToPlace<Handle<Texture>>,
/// The sprite size in pixels.
/// The initial atlas size in pixels.
initial_size: Vec2,
/// The absolute maximum size of a sprite sheet in pixels.
/// The absolute maximum size of the texture atlas in pixels.
max_size: Vec2,
}

Expand Down

0 comments on commit cc772ec

Please sign in to comment.