mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
Fix comment
This commit is contained in:
parent
f697501531
commit
2be0aa7f0c
4
image.go
4
image.go
@ -216,7 +216,7 @@ func (i *Image) At(x, y int) color.Color {
|
|||||||
return color.RGBA{r, g, b, a}
|
return color.RGBA{r, g, b, a}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deprecated: Use ImageParts instead.
|
// Deprecated (as of 1.1.0-alpha): Use ImageParts instead.
|
||||||
type ImagePart struct {
|
type ImagePart struct {
|
||||||
Dst image.Rectangle
|
Dst image.Rectangle
|
||||||
Src image.Rectangle
|
Src image.Rectangle
|
||||||
@ -235,6 +235,6 @@ type DrawImageOptions struct {
|
|||||||
GeoM GeoM
|
GeoM GeoM
|
||||||
ColorM ColorM
|
ColorM ColorM
|
||||||
|
|
||||||
// Deprecated: Use ImageParts instead.
|
// Deprecated (as of 1.1.0-alpha): Use ImageParts instead.
|
||||||
Parts []ImagePart
|
Parts []ImagePart
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user