mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17:26 +01:00
graphics: Misspelling
This commit is contained in:
parent
27ee54b008
commit
ec92f61a3e
2
image.go
2
image.go
@ -494,7 +494,7 @@ func (i *Image) DrawTriangles(vertices []Vertex, indices []uint16, img *Image, o
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Implement this.
|
// TODO: Implement this.
|
||||||
if img.isSubImage() {
|
if img.isSubimage() {
|
||||||
panic("using a subimage at DrawTriangles is not implemented")
|
panic("using a subimage at DrawTriangles is not implemented")
|
||||||
}
|
}
|
||||||
if i.isSubimage() {
|
if i.isSubimage() {
|
||||||
|
Loading…
Reference in New Issue
Block a user