diff --git a/batch.go b/batch.go index 9618df0..b1b0ec7 100644 --- a/batch.go +++ b/batch.go @@ -93,7 +93,6 @@ func (b *Batch) MakePicture(p Picture) TargetPicture { type batchTriangles struct { tri Triangles tmp *TrianglesData - dst *Batch }