automated snapshot

This commit is contained in:
sumi
2026-01-10 20:24:49 -06:00
parent f148177ffc
commit 2839eeeb62
2 changed files with 6 additions and 5 deletions

View File

@@ -172,7 +172,6 @@ func (s *Sketch) Draw(env *Env) {
rl.GenTextureMipmaps(&s.composite.Texture)
rl.SetTextureFilter(s.composite.Texture, rl.FilterTrilinear)
// render each layer onto the composite
offscreen.BeginPremultiplyBlend()
offscreen.BeginTexture(s.composite)