summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/examples/randompath3.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/examples/randompath3.asy')
-rw-r--r--Build/source/utils/asymptote/examples/randompath3.asy3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/examples/randompath3.asy b/Build/source/utils/asymptote/examples/randompath3.asy
index b6666570b36..4141eeae923 100644
--- a/Build/source/utils/asymptote/examples/randompath3.asy
+++ b/Build/source/utils/asymptote/examples/randompath3.asy
@@ -1,4 +1,5 @@
import three;
size(300);
-draw(randompath3(100),red);
+path3 g=randompath3(100);
+draw(g,red,currentlight);