automated snapshot

This commit is contained in:
sumi
2025-12-23 11:43:38 -06:00
parent 2c61cd2f46
commit 5cbb9aee14
3 changed files with 41 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
package main
import (
"fmt"
rl "github.com/gen2brain/raylib-go/raylib"
)
@@ -24,7 +23,6 @@ func (s *SierpinskiArrow) IsDirty() bool {
}
func sierpinskiArrow(ctx *RenderCtx, order int, length float64) {
fmt.Printf("drawing SierpinskiArrow, order = %d, length = %.2f\n", order, length)
if order == 0 {
curve(ctx, order, length, ctx.Ports["sierpinskiArrowAngle"])
} else {