Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed extra '0' for consistency
  • Loading branch information
WilliamBerryiii committed Sep 20, 2014
1 parent 2690c25 commit 6cb2bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dojo/FractalForest/Script.fsx
Expand Up @@ -46,7 +46,7 @@ let pi = Math.PI

// Now... your turn to draw
// The trunk
draw 250. 50. (pi*(0.5)) 100.0 4.
draw 250. 50. (pi*(0.5)) 100. 4.
let x, y = endpoint 250. 50. (pi*(0.5)) 100.
// first and second branches
draw x y (pi*(0.5 + 0.3)) 50. 2.
Expand Down

0 comments on commit 6cb2bc9

Please sign in to comment.