graphics: Misspelling

This commit is contained in:
Hajime Hoshi 2018-10-29 02:05:59 +09:00
parent 27ee54b008
commit ec92f61a3e

View File

@ -494,7 +494,7 @@ func (i *Image) DrawTriangles(vertices []Vertex, indices []uint16, img *Image, o
}
// TODO: Implement this.
if img.isSubImage() {
if img.isSubimage() {
panic("using a subimage at DrawTriangles is not implemented")
}
if i.isSubimage() {