clarify IMDraw.Draw doc

This commit is contained in:
faiface 2017-04-12 16:03:36 +02:00
parent 87b57f21cb
commit b2819732fc
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ func (imd *IMDraw) Reset() {
} }
// Draw draws all currently drawn shapes inside the IM onto another Target. // 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) { func (imd *IMDraw) Draw(t pixel.Target) {
imd.batch.Draw(t) imd.batch.Draw(t)
} }