summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/tex/pgfcorepoints.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/tex/pgfcorepoints.code.tex')
-rw-r--r--graphics/pgf/base/tex/pgfcorepoints.code.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/pgf/base/tex/pgfcorepoints.code.tex b/graphics/pgf/base/tex/pgfcorepoints.code.tex
index 028546dde8..15dfbbf160 100644
--- a/graphics/pgf/base/tex/pgfcorepoints.code.tex
+++ b/graphics/pgf/base/tex/pgfcorepoints.code.tex
@@ -851,11 +851,11 @@
\def\pgfpointxyz#1#2#3{%
\pgfmathparse{#1}%
- \global\let\pgftemp@x=\pgfmathresult%
+ \let\pgftemp@x=\pgfmathresult%
\pgfmathparse{#2}%
- \global\let\pgftemp@y=\pgfmathresult%
+ \let\pgftemp@y=\pgfmathresult%
\pgfmathparse{#3}%
- \global\let\pgftemp@z=\pgfmathresult%
+ \let\pgftemp@z=\pgfmathresult%
\global\pgf@x=\pgftemp@x\pgf@xx%
\global\advance\pgf@x by \pgftemp@y\pgf@yx%
\global\advance\pgf@x by \pgftemp@z\pgf@zx%