summaryrefslogtreecommitdiff
path: root/Master/texmf/asymptote/plain_picture.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/asymptote/plain_picture.asy')
-rw-r--r--Master/texmf/asymptote/plain_picture.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/asymptote/plain_picture.asy b/Master/texmf/asymptote/plain_picture.asy
index 432a4a6ae6d..e13120a198c 100644
--- a/Master/texmf/asymptote/plain_picture.asy
+++ b/Master/texmf/asymptote/plain_picture.asy
@@ -399,7 +399,7 @@ struct transformation {
oblique=false;
}
transform3 compute() {
- return projection*modelview;
+ return infinity ? modelview : projection*modelview;
}
transformation copy() {
transformation T=new transformation;