Skip to content

Commit

Permalink
Merge pull request ggez#752 from j-browne/dev
Browse files Browse the repository at this point in the history
Fix SpriteBatch link
  • Loading branch information
icefoxen authored Mar 8, 2020
2 parents c6d41d4 + 19c9dfa commit 8acf1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/spritebatch.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A [`SpriteBatch`](spritebatch/struct.SpriteBatch.html) is a way to
//! A [`SpriteBatch`](struct.SpriteBatch.html) is a way to
//! efficiently draw a large number of copies of the same image, or part
//! of the same image. It's useful for implementing tiled maps,
//! spritesheets, particles, and other such things.
Expand Down

0 comments on commit 8acf1b6

Please sign in to comment.