fix obsolete Batch doc
This commit is contained in:
parent
e6af9eb3c2
commit
7d31dd8d6f
3
batch.go
3
batch.go
|
@ -5,8 +5,7 @@ import (
|
||||||
"image/color"
|
"image/color"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Batch is a Target that allows for efficient drawing of many objects with the same Picture (but
|
// Batch is a Target that allows for efficient drawing of many objects with the same Picture.
|
||||||
// different slices of the same Picture are allowed).
|
|
||||||
//
|
//
|
||||||
// To put an object into a Batch, just draw it onto it:
|
// To put an object into a Batch, just draw it onto it:
|
||||||
// object.Draw(batch)
|
// object.Draw(batch)
|
||||||
|
|
Loading…
Reference in New Issue