Skip to content

Commit d818d17

Browse files
committed
background from palette
1 parent 25cb105 commit d818d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/recursive_pentagon.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def setup
1717
end
1818

1919
def draw
20-
background 0
20+
background cols.last
2121
translate(width / 2, height / 2)
2222
angle = TWO_PI / 5
2323
radius = width / 2

0 commit comments

Comments
 (0)