mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
shareable: Remove comments
This commit is contained in:
parent
5249afc06b
commit
9047e54ae6
@ -167,9 +167,6 @@ func (i *Image) DrawImage(img *Image, vertices []float32, indices []uint16, colo
|
||||
panic("shareable: Image.DrawImage: img must be different from the receiver")
|
||||
}
|
||||
|
||||
/*dx, dy, _, _ := img.region()
|
||||
w, h := img.backend.restorable.SizePowerOf2()
|
||||
vs := graphicsutil.QuadVertices(w, h, sx0+dx, sy0+dy, sx1+dx, sy1+dy, a, b, c, d, tx, ty)*/
|
||||
i.backend.restorable.DrawImage(img.backend.restorable, vertices, indices, colorm, mode, filter)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user