fix obsolete Batch doc

This commit is contained in:
faiface 2017-04-09 15:32:31 +02:00
parent 9cbce8f638
commit a9e6f41315
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ import (
"image/color"
)
// Batch is a Target that allows for efficient drawing of many objects with the same Picture (but
// different slices of the same Picture are allowed).
// Batch is a Target that allows for efficient drawing of many objects with the same Picture.
//
// To put an object into a Batch, just draw it onto it:
// object.Draw(batch)