automated snapshot
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user