automated snapshot

This commit is contained in:
sumi
2025-12-23 15:29:58 -06:00
parent 644423f86b
commit cc59845233
3 changed files with 23 additions and 13 deletions

View File

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