diff --git a/gpu/gpu.go b/gpu/gpu.go index c7a418c4..0ea1a011 100644 --- a/gpu/gpu.go +++ b/gpu/gpu.go @@ -677,7 +677,6 @@ func (d *drawOps) reset(cache *resourceCache, viewport image.Point) { } func (d *drawOps) collect(cache *resourceCache, root *op.Ops, viewport image.Point) { - d.reset(cache, viewport) clip := f32.Rectangle{ Max: f32.Point{X: float32(viewport.X), Y: float32(viewport.Y)}, }