clarify IMDraw.Draw doc
This commit is contained in:
parent
c61b677fa9
commit
3276c4e4a1
|
@ -108,6 +108,8 @@ func (imd *IMDraw) Reset() {
|
|||
}
|
||||
|
||||
// Draw draws all currently drawn shapes inside the IM onto another Target.
|
||||
//
|
||||
// Note, that IMDraw's matrix and color mask have no effect here.
|
||||
func (imd *IMDraw) Draw(t pixel.Target) {
|
||||
imd.batch.Draw(t)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue