automated snapshot

This commit is contained in:
sumi
2026-01-10 16:03:24 -06:00
parent 90e36425ff
commit 0ce5df85aa
5 changed files with 145 additions and 88 deletions

View File

@@ -102,7 +102,7 @@ type FieldLayer struct {
dirty bool
}
func (fl *FieldLayer) Update(env *Env) {
func (fl *FieldLayer) Update(env *Env, g *sg.Graphics) {
}