automated snapshot

This commit is contained in:
sumi
2025-12-24 00:39:23 -06:00
parent 9079c84c9a
commit 08017d5ae8
2 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ func (s *Sketch) Draw(ctx *RenderCtx) {
viewport := s.CalcViewport(ctx)
rl.BeginTextureMode(s.composite)
rl.ClearBackground(rl.NewColor(0, 0, 0, 0))
rl.ClearBackground(rl.Blank)
for _, instance := range s.layerToolsOrdered {
config := instance.config
if config.visible {