diff options
Diffstat (limited to 'Build/source/utils/asymptote/examples/randompath3.asy')
-rw-r--r-- | Build/source/utils/asymptote/examples/randompath3.asy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/examples/randompath3.asy b/Build/source/utils/asymptote/examples/randompath3.asy index 755c3a29128..94f989b1fcb 100644 --- a/Build/source/utils/asymptote/examples/randompath3.asy +++ b/Build/source/utils/asymptote/examples/randompath3.asy @@ -1,4 +1,4 @@ import three; size(300); -draw(randompath3(100),red,currentlight); +draw(randompath3(100),red,nolight); |