mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Fix document
This commit is contained in:
parent
835d199f02
commit
e8acd9b6a2
4
image.go
4
image.go
@ -214,10 +214,10 @@ type DrawImageOptions struct {
|
|||||||
ColorM ColorM
|
ColorM ColorM
|
||||||
CompositeMode CompositeMode
|
CompositeMode CompositeMode
|
||||||
|
|
||||||
// Deprecated (as of 1.5.0-alpha): Use Part instead.
|
// Deprecated (as of 1.5.0-alpha): Use SourceRect instead.
|
||||||
ImageParts ImageParts
|
ImageParts ImageParts
|
||||||
|
|
||||||
// Deprecated (as of 1.1.0-alpha): Use Part instead.
|
// Deprecated (as of 1.1.0-alpha): Use SourceRect instead.
|
||||||
Parts []ImagePart
|
Parts []ImagePart
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user