Skip to content

Commit

Permalink
text: English
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Apr 2, 2022
1 parent 7cee60f commit 98b8fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/text.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ type Glyph struct {

// Image is an image for this glyph.
// Image is a grayscale image i.e. RGBA values are the same.
// Image should be used as a render source not be modified.
// Image should be used as a render source and should not be modified.
Image *ebiten.Image

// X is the X position to render this glyph.
Expand Down

0 comments on commit 98b8fbe

Please sign in to comment.