Skip to content
Snippets Groups Projects
Commit 6292035c authored by faiface's avatar faiface
Browse files

minor doc change

parent 0dc74ce6
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ func NewBatch(container Triangles, pic Picture) *Batch {
//
// container := &pixel.TrianglesData{}
// batch := pixel.NewBatch(container, nil)
// container.SetLen(10) // changed container from outside of Batch
// container.SetLen(10) // container changed from outside of Batch
// batch.Dirty() // notify Batch about the change
func (b *Batch) Dirty() {
b.cont.Dirty()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment