internal/atlas: typo

This commit is contained in:
Hajime Hoshi 2022-01-08 23:33:59 +09:00
parent e66d87e03d
commit d1a5a161d7

View File

@ -216,7 +216,7 @@ func init() {
backendsM.Lock()
}
// Image is a renctangle pixel set that might be on an atlas.
// Image is a rectangle pixel set that might be on an atlas.
type Image struct {
width int
height int