text: English

Updates #2047
This commit is contained in:
Hajime Hoshi 2022-04-02 19:00:11 +09:00
parent 7cee60f00f
commit 98b8fbe2df

View File

@ -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.