mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +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
|
||||
CompositeMode CompositeMode
|
||||
|
||||
// Deprecated (as of 1.5.0-alpha): Use Part instead.
|
||||
// Deprecated (as of 1.5.0-alpha): Use SourceRect instead.
|
||||
ImageParts ImageParts
|
||||
|
||||
// Deprecated (as of 1.1.0-alpha): Use Part instead.
|
||||
// Deprecated (as of 1.1.0-alpha): Use SourceRect instead.
|
||||
Parts []ImagePart
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user