automated snapshot

This commit is contained in:
sumi
2025-12-23 15:41:41 -06:00
parent cc59845233
commit 3e41317699
2 changed files with 9 additions and 9 deletions

View File

@@ -282,7 +282,7 @@ func (cl *ColorLayer) Update(ctx *RenderCtx) {
}
func (cl *ColorLayer) Draw(ctx *RenderCtx) {
rl.DrawRectangle(0, 0, ctx.SourceWidth, ctx.SourceHeight, cl.color)
rl.ClearBackground(cl.color)
cl.dirty = false
}