From 6cb2bc984e382458a40a44ccd51514074362a28f Mon Sep 17 00:00:00 2001 From: Bill Berry Date: Sat, 20 Sep 2014 15:25:37 -0700 Subject: [PATCH] Removed extra '0' for consistency --- Dojo/FractalForest/Script.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dojo/FractalForest/Script.fsx b/Dojo/FractalForest/Script.fsx index bb569d4..c856615 100644 --- a/Dojo/FractalForest/Script.fsx +++ b/Dojo/FractalForest/Script.fsx @@ -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.